Skip to content
Unstable

Console Output

Established TCP socket on 45137
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/pom.xml -Pprod clean install site
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< de.fhdw.hfw417:dokumentenpostfach >------------------
[INFO] Building Dokumentenpostfach 0.0.2-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dokumentenpostfach ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.13.0:check (pmd) > :pmd @ dokumentenpostfach >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:pmd (pmd) @ dokumentenpostfach ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.13.0:check (pmd) < :pmd @ dokumentenpostfach <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:check (pmd) @ dokumentenpostfach ---
[INFO] PMD version: 6.21.0
[INFO] 
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ dokumentenpostfach ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ dokumentenpostfach ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dokumentenpostfach ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 92 source files to /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/classes
[INFO] /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/src/main/java/de/fhdw/hfw417/dokumentenpostfach/util/JwtTokenHelper.java: /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/src/main/java/de/fhdw/hfw417/dokumentenpostfach/util/JwtTokenHelper.java uses unchecked or unsafe operations.
[INFO] /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/src/main/java/de/fhdw/hfw417/dokumentenpostfach/util/JwtTokenHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ dokumentenpostfach ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dokumentenpostfach ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ dokumentenpostfach ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest
07:18:26.048 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
07:18:26.083 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
07:18:26.169 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
07:18:26.218 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest], using SpringBootContextLoader
07:18:26.228 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest]: class path resource [de/fhdw/hfw417/dokumentenpostfach/transaction/ServiceTransactionTest-context.xml] does not exist
07:18:26.232 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest]: class path resource [de/fhdw/hfw417/dokumentenpostfach/transaction/ServiceTransactionTestContext.groovy] does not exist
07:18:26.233 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest]: no resource found for suffixes {-context.xml, Context.groovy}.
07:18:26.234 [main] DEBUG org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Ignoring class [de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest$DokumentEinsteller]; it must be static, non-private, non-final, and annotated with @Configuration to be considered a default configuration class.
07:18:26.242 [main] DEBUG org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Ignoring class [de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest$BenutzerLoescher]; it must be static, non-private, non-final, and annotated with @Configuration to be considered a default configuration class.
07:18:26.243 [main] DEBUG org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Ignoring class [de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest$BenutzerAdder]; it must be static, non-private, non-final, and annotated with @Configuration to be considered a default configuration class.
07:18:26.243 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest]: ServiceTransactionTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
07:18:26.562 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/classes/de/fhdw/hfw417/dokumentenpostfach/Dokumentenpostfach.class]
07:18:26.568 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest
07:18:26.817 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest]: using defaults.
07:18:26.820 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
07:18:26.860 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@470a696f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1bc715b8, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@292d1c71, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2b491fee, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3f1c5af9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1c55f277, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5ddabb18, org.springframework.test.context.event.EventPublishingTestExecutionListener@3e8f7922, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@63192798, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@50eca7c6, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@58e6d4b8, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1de5f0ef, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@376a312c]
07:18:26.880 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@34a1d21f testClass = ServiceTransactionTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@58bf8650 testClass = ServiceTransactionTest, locations = '{}', classes = '{class de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@49964d75, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5ce8d869, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a20270e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@ee86bcb], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
07:18:26.940 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:18:28.065  INFO 21321 --- [           main] d.f.h.d.t.ServiceTransactionTest         : Starting ServiceTransactionTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:18:28.077  INFO 21321 --- [           main] d.f.h.d.t.ServiceTransactionTest         : The following profiles are active: test
2023-02-11 07:18:29.659  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:18:29.865  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 194ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:18:31.158  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.AuthController.
2023-02-11 07:18:31.159  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController.
2023-02-11 07:18:31.159  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController.
2023-02-11 07:18:31.159  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController.
2023-02-11 07:18:31.160  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController.
2023-02-11 07:18:32.447  INFO 21321 --- [           main] d.f.e.process.runtime.ProcessControl     : stopOrDestroyProcess: process hasn't exited 
2023-02-11 07:18:32.518  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:18:32.528  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.526+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21365 port=45053 dbpath=/tmp/embedmongo-db-2fbfa284-5451-4ef9-bda1-632cf8fd26a7 64-bit host=fhdwdev
2023-02-11 07:18:32.529  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.526+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:18:32.529  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.526+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:18:32.529  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.526+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:18:32.529  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.526+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:18:32.529  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.526+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:18:32.529  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.526+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:18:32.529  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.526+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:18:32.529  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.526+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 45053 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-2fbfa284-5451-4ef9-bda1-632cf8fd26a7", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:18:32.572  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.572+0100 I STORAGE  [initandlisten] 
2023-02-11 07:18:32.572  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.572+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:18:32.573  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.573+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:18:32.573  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.573+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:18:32.621  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.620+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:18:32.621  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.620+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:32.621  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.620+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:18:32.622  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.620+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:18:32.622  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.620+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:32.622  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.620+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:32.622  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.620+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:18:32.622  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.620+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:18:32.622  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.620+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:32.631  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.630+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-2fbfa284-5451-4ef9-bda1-632cf8fd26a7/diagnostic.data'
2023-02-11 07:18:32.642  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.641+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:18:32.643  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.641+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:18:32.643  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.642+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:18:32.643  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.642+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:18:32.654  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:32.654+0100 I NETWORK  [thread1] waiting for connections on port 45053
2023-02-11 07:18:32.654  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@4087c7fc
2023-02-11 07:18:33.125  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:45053], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:18:33.138  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:45053 to client view of cluster
2023-02-11 07:18:33.244  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:33.244+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:54018 #1 (1 connection now open)
2023-02-11 07:18:33.264  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:33.264+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:54018 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:33.323  INFO 21321 --- [localhost:45053] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:1, serverValue:1}] to localhost:45053
2023-02-11 07:18:33.326  INFO 21321 --- [localhost:45053] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:45053, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=1078333}
2023-02-11 07:18:33.340  INFO 21321 --- [localhost:45053] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:18:34.855  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 07:18:35.407  INFO 21321 --- [           main] d.f.h.d.t.ServiceTransactionTest         : Started ServiceTransactionTest in 8.424 seconds (JVM running for 11.639)
2023-02-11 07:18:36.103  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:36.102+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:56972 #2 (2 connections now open)
2023-02-11 07:18:36.110  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:36.110+0100 I NETWORK  [conn2] received client metadata from 127.0.0.1:56972 conn2: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:36.123  INFO 21321 --- [           main] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:2, serverValue:2}] to localhost:45053
2023-02-11 07:18:36.780  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:36.779+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:56986 #3 (3 connections now open)
2023-02-11 07:18:36.787  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:36.787+0100 I NETWORK  [conn3] received client metadata from 127.0.0.1:56986 conn3: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:36.791  INFO 21321 --- [       Thread-5] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:3, serverValue:3}] to localhost:45053
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 11.076 s - in de.fhdw.hfw417.dokumentenpostfach.transaction.ServiceTransactionTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.service.StandardBenutzerServiceTest
2023-02-11 07:18:36.954  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.service.StandardBenutzerServiceTest], using SpringBootContextLoader
2023-02-11 07:18:36.955  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.service.StandardBenutzerServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:18:36.955  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.service.StandardBenutzerServiceTest]: StandardBenutzerServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:18:37.015  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.service.StandardBenutzerServiceTest
2023-02-11 07:18:37.016  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:18:37.017  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7ef4aceb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@31b650e9, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@683fe7b5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@5b5b8730, org.springframework.test.context.support.DirtiesContextTestExecutionListener@93fb44, org.springframework.test.context.transaction.TransactionalTestExecutionListener@321c2a7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@14b48f39, org.springframework.test.context.event.EventPublishingTestExecutionListener@13d1f898, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@c87787d, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1bea7b0, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@31433df9, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@2d4a0671, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1ab9c735]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:18:37.135  INFO 21321 --- [           main] d.f.h.d.s.StandardBenutzerServiceTest    : Starting StandardBenutzerServiceTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:18:37.135  INFO 21321 --- [           main] d.f.h.d.s.StandardBenutzerServiceTest    : The following profiles are active: test
2023-02-11 07:18:37.607  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:18:37.664  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 46ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:18:38.403  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.AuthController.
2023-02-11 07:18:38.414  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController.
2023-02-11 07:18:38.415  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController.
2023-02-11 07:18:38.415  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController.
2023-02-11 07:18:38.415  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController.
2023-02-11 07:18:38.750  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:18:38.751  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.748+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21402 port=41669 dbpath=/tmp/embedmongo-db-afa9dd44-6866-43ba-81ff-ff6019a0145e 64-bit host=fhdwdev
2023-02-11 07:18:38.753  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.748+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:18:38.758  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.748+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:18:38.760  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.748+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:18:38.760  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.748+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:18:38.761  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.748+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:18:38.761  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.748+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:18:38.761  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.748+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:18:38.762  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.748+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 41669 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-afa9dd44-6866-43ba-81ff-ff6019a0145e", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:18:38.774  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.774+0100 I STORAGE  [initandlisten] 
2023-02-11 07:18:38.775  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.774+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:18:38.775  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.774+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:18:38.779  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.774+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:18:38.807  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.807+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:18:38.808  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.807+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:38.808  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.807+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:18:38.808  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.807+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:18:38.808  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.807+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:38.808  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.807+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:38.808  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.807+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:18:38.808  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.807+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:18:38.808  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.807+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:38.818  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.818+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-afa9dd44-6866-43ba-81ff-ff6019a0145e/diagnostic.data'
2023-02-11 07:18:38.830  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.830+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:18:38.830  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.830+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:18:38.830  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.830+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:18:38.831  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.831+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:18:38.832  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.831+0100 I NETWORK  [thread1] waiting for connections on port 41669
2023-02-11 07:18:38.832  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@6aa9a93b
2023-02-11 07:18:38.835  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:41669], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:18:38.835  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:41669 to client view of cluster
2023-02-11 07:18:38.837  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.836+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:57082 #1 (1 connection now open)
2023-02-11 07:18:38.839  INFO 21321 --- [localhost:41669] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:4, serverValue:1}] to localhost:41669
2023-02-11 07:18:38.839  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:38.838+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:57082 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:38.840  INFO 21321 --- [localhost:41669] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:41669, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=1151471}
2023-02-11 07:18:38.850  INFO 21321 --- [localhost:41669] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:18:39.429  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 07:18:39.771  INFO 21321 --- [           main] d.f.h.d.s.StandardBenutzerServiceTest    : Started StandardBenutzerServiceTest in 2.727 seconds (JVM running for 16.004)
2023-02-11 07:18:39.809  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:39.809+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:57098 #2 (2 connections now open)
2023-02-11 07:18:39.812  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:39.812+0100 I NETWORK  [conn2] received client metadata from 127.0.0.1:57098 conn2: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:39.815  INFO 21321 --- [           main] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:5, serverValue:2}] to localhost:41669
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.985 s - in de.fhdw.hfw417.dokumentenpostfach.service.StandardBenutzerServiceTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.service.MandantServiceTest
2023-02-11 07:18:45.984  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.service.MandantServiceTest], using SpringBootContextLoader
2023-02-11 07:18:45.985  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.service.MandantServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:18:45.987  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.service.MandantServiceTest]: MandantServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:18:45.992  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.service.MandantServiceTest
2023-02-11 07:18:45.993  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:18:45.997  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@20960b51, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2078bf0a, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@1a947424, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@62d6ac, org.springframework.test.context.support.DirtiesContextTestExecutionListener@103e9972, org.springframework.test.context.transaction.TransactionalTestExecutionListener@75dbe490, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4c579b5b, org.springframework.test.context.event.EventPublishingTestExecutionListener@5a96f3cb, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3e0704e2, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@14d298d6, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@64af5454, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@94aeba1, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@f6cde7e]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:18:46.057  INFO 21321 --- [           main] d.f.h.d.service.MandantServiceTest       : Starting MandantServiceTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:18:46.058  INFO 21321 --- [           main] d.f.h.d.service.MandantServiceTest       : The following profiles are active: test
2023-02-11 07:18:46.312  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:18:46.351  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 37ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:18:46.623  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.AuthController.
2023-02-11 07:18:46.624  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController.
2023-02-11 07:18:46.625  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController.
2023-02-11 07:18:46.625  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController.
2023-02-11 07:18:46.626  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController.
2023-02-11 07:18:46.846  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:18:46.854  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.854+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21456 port=42325 dbpath=/tmp/embedmongo-db-beb1e587-36c6-492b-ac44-fe8723ecdb53 64-bit host=fhdwdev
2023-02-11 07:18:46.855  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.854+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:18:46.855  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.854+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:18:46.855  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.854+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:18:46.855  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.854+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:18:46.855  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.854+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:18:46.855  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.854+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:18:46.855  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.854+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:18:46.855  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.854+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 42325 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-beb1e587-36c6-492b-ac44-fe8723ecdb53", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:18:46.880  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.880+0100 I STORAGE  [initandlisten] 
2023-02-11 07:18:46.880  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.880+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:18:46.880  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.880+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:18:46.880  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.880+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:18:46.926  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.926+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:18:46.926  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.926+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:46.926  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.926+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:18:46.926  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.926+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:18:46.926  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.926+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:46.930  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.929+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:46.930  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.929+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:18:46.930  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.929+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:18:46.930  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.929+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:46.939  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.938+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-beb1e587-36c6-492b-ac44-fe8723ecdb53/diagnostic.data'
2023-02-11 07:18:46.952  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.952+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:18:46.952  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.952+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:18:46.955  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.955+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:18:46.955  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.955+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:18:46.960  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.959+0100 I NETWORK  [thread1] waiting for connections on port 42325
2023-02-11 07:18:46.960  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@19f99aaf
2023-02-11 07:18:46.963  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:42325], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:18:46.964  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:42325 to client view of cluster
2023-02-11 07:18:46.975  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.975+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:55892 #1 (1 connection now open)
2023-02-11 07:18:46.990  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:46.989+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:55892 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:46.992  INFO 21321 --- [localhost:42325] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:6, serverValue:1}] to localhost:42325
2023-02-11 07:18:46.999  INFO 21321 --- [localhost:42325] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:42325, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=6673816}
2023-02-11 07:18:47.007  INFO 21321 --- [localhost:42325] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:18:47.586  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 07:18:48.003  INFO 21321 --- [           main] d.f.h.d.service.MandantServiceTest       : Started MandantServiceTest in 2.003 seconds (JVM running for 24.235)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.097 s - in de.fhdw.hfw417.dokumentenpostfach.service.MandantServiceTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.service.DokumentServiceTest
2023-02-11 07:18:48.088  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.service.DokumentServiceTest], using SpringBootContextLoader
2023-02-11 07:18:48.089  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.service.DokumentServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:18:48.090  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.service.DokumentServiceTest]: DokumentServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:18:48.092  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.service.DokumentServiceTest
2023-02-11 07:18:48.099  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:18:48.100  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@700202fa, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@141234df, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@65698020, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@57617a75, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3794b7b1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3225d950, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1be427b4, org.springframework.test.context.event.EventPublishingTestExecutionListener@470a446f, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@55315a00, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4942e6af, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@73a1a1b4, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@669daa93, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@39a30d1a]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:18:48.140  INFO 21321 --- [           main] d.f.h.d.service.DokumentServiceTest      : Starting DokumentServiceTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:18:48.140  INFO 21321 --- [           main] d.f.h.d.service.DokumentServiceTest      : The following profiles are active: test
2023-02-11 07:18:48.395  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:18:48.417  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:18:48.642  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.AuthController.
2023-02-11 07:18:48.643  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController.
2023-02-11 07:18:48.643  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController.
2023-02-11 07:18:48.643  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController.
2023-02-11 07:18:48.644  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController.
2023-02-11 07:18:48.901  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:18:48.924  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.924+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21480 port=33737 dbpath=/tmp/embedmongo-db-cb816318-9d72-4600-88bb-38ccb9bba23e 64-bit host=fhdwdev
2023-02-11 07:18:48.924  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.924+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:18:48.924  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.924+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:18:48.924  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.924+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:18:48.924  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.924+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:18:48.924  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.924+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:18:48.924  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.924+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:18:48.925  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.924+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:18:48.925  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.924+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 33737 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-cb816318-9d72-4600-88bb-38ccb9bba23e", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:18:48.969  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.969+0100 I STORAGE  [initandlisten] 
2023-02-11 07:18:48.969  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.969+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:18:48.969  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.969+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:18:48.969  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:48.969+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:18:49.036  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.036+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:18:49.036  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.036+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:49.036  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.036+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:18:49.036  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.036+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:18:49.036  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.036+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:49.036  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.036+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:49.036  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.036+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:18:49.036  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.036+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:18:49.036  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.036+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:49.047  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.047+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-cb816318-9d72-4600-88bb-38ccb9bba23e/diagnostic.data'
2023-02-11 07:18:49.058  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.058+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:18:49.058  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.058+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:18:49.059  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.059+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:18:49.059  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.059+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:18:49.062  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.062+0100 I NETWORK  [thread1] waiting for connections on port 33737
2023-02-11 07:18:49.063  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@608c2042
2023-02-11 07:18:49.065  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:33737], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:18:49.065  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:33737 to client view of cluster
2023-02-11 07:18:49.077  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.077+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:46920 #1 (1 connection now open)
2023-02-11 07:18:49.084  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.084+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:46920 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:49.088  INFO 21321 --- [localhost:33737] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:7, serverValue:1}] to localhost:33737
2023-02-11 07:18:49.088  INFO 21321 --- [localhost:33737] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:33737, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=566530}
2023-02-11 07:18:49.093  INFO 21321 --- [localhost:33737] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:18:49.533  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 07:18:49.741  INFO 21321 --- [           main] d.f.h.d.service.DokumentServiceTest      : Started DokumentServiceTest in 1.639 seconds (JVM running for 25.974)
2023-02-11 07:18:49.787  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.787+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:46934 #2 (2 connections now open)
2023-02-11 07:18:49.795  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:49.794+0100 I NETWORK  [conn2] received client metadata from 127.0.0.1:46934 conn2: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:49.796  INFO 21321 --- [           main] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:8, serverValue:2}] to localhost:33737
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.819 s - in de.fhdw.hfw417.dokumentenpostfach.service.DokumentServiceTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.service.AuthServiceTest
2023-02-11 07:18:49.918  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.service.AuthServiceTest], using SpringBootContextLoader
2023-02-11 07:18:49.919  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.service.AuthServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:18:49.921  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.service.AuthServiceTest]: AuthServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:18:49.923  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.service.AuthServiceTest
2023-02-11 07:18:49.931  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:18:49.932  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4e782401, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2bb84aa5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4853f592, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@52d434c1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5d035ab6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3407ded1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@63af52a6, org.springframework.test.context.event.EventPublishingTestExecutionListener@10ae002e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@573f2e67, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5d449307, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@44e7c06b, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@24a807a9, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@aca594d]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:18:49.960  INFO 21321 --- [           main] d.f.h.d.service.AuthServiceTest          : Starting AuthServiceTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:18:49.961  INFO 21321 --- [           main] d.f.h.d.service.AuthServiceTest          : The following profiles are active: test
2023-02-11 07:18:50.147  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:18:50.172  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:18:50.361  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.AuthController.
2023-02-11 07:18:50.362  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController.
2023-02-11 07:18:50.362  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController.
2023-02-11 07:18:50.362  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController.
2023-02-11 07:18:50.362  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController.
2023-02-11 07:18:50.683  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:18:50.693  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.693+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21505 port=33075 dbpath=/tmp/embedmongo-db-d1eba701-69d8-4843-94eb-b4e47129b048 64-bit host=fhdwdev
2023-02-11 07:18:50.693  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.693+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:18:50.693  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.693+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:18:50.693  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.693+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:18:50.693  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.693+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:18:50.694  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.693+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:18:50.694  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.693+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:18:50.694  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.693+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:18:50.694  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.693+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 33075 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-d1eba701-69d8-4843-94eb-b4e47129b048", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:18:50.760  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.760+0100 I STORAGE  [initandlisten] 
2023-02-11 07:18:50.760  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.760+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:18:50.760  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.760+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:18:50.764  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.764+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:18:50.826  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.826+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:18:50.826  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.826+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:50.826  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.826+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:18:50.826  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.826+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:18:50.826  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.826+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:50.826  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.826+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:50.826  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.826+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:18:50.826  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.826+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:18:50.826  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.826+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:50.834  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.834+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-d1eba701-69d8-4843-94eb-b4e47129b048/diagnostic.data'
2023-02-11 07:18:50.849  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.849+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:18:50.850  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.849+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:18:50.850  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.850+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:18:50.850  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.850+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:18:50.866  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.866+0100 I NETWORK  [thread1] waiting for connections on port 33075
2023-02-11 07:18:50.866  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@11771fd6
2023-02-11 07:18:50.869  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:33075], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:18:50.869  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:33075 to client view of cluster
2023-02-11 07:18:50.872  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.872+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:36642 #1 (1 connection now open)
2023-02-11 07:18:50.874  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:50.874+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:36642 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:50.875  INFO 21321 --- [localhost:33075] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:9, serverValue:1}] to localhost:33075
2023-02-11 07:18:50.876  INFO 21321 --- [localhost:33075] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:33075, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=422517}
2023-02-11 07:18:50.877  INFO 21321 --- [localhost:33075] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:18:51.536  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 07:18:51.822  INFO 21321 --- [           main] d.f.h.d.service.AuthServiceTest          : Started AuthServiceTest in 1.887 seconds (JVM running for 28.054)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.989 s - in de.fhdw.hfw417.dokumentenpostfach.service.AuthServiceTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.service.GruppenServiceTest
2023-02-11 07:18:54.922  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.service.GruppenServiceTest], using SpringBootContextLoader
2023-02-11 07:18:54.923  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.service.GruppenServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:18:54.923  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.service.GruppenServiceTest]: GruppenServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:18:54.930  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.service.GruppenServiceTest
2023-02-11 07:18:54.932  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:18:54.933  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2b18b308, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@37dc7661, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e015ac1, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3e755d5f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@501b296a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4202276, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2053b761, org.springframework.test.context.event.EventPublishingTestExecutionListener@34588991, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3d01b609, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@38b7004d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5e25085, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@758655a9, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@458704ee]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:18:54.975  INFO 21321 --- [           main] d.f.h.d.service.GruppenServiceTest       : Starting GruppenServiceTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:18:54.975  INFO 21321 --- [           main] d.f.h.d.service.GruppenServiceTest       : The following profiles are active: test
2023-02-11 07:18:55.329  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:18:55.375  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 45ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:18:55.557  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.AuthController.
2023-02-11 07:18:55.557  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController.
2023-02-11 07:18:55.558  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController.
2023-02-11 07:18:55.558  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController.
2023-02-11 07:18:55.558  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController.
2023-02-11 07:18:55.773  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:18:55.788  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.788+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21539 port=46519 dbpath=/tmp/embedmongo-db-08dd984f-126e-4c7c-b2f6-8ea3599b4e56 64-bit host=fhdwdev
2023-02-11 07:18:55.788  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.788+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:18:55.788  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.788+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:18:55.788  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.788+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:18:55.788  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.788+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:18:55.789  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.788+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:18:55.789  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.788+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:18:55.789  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.788+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:18:55.789  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.788+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 46519 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-08dd984f-126e-4c7c-b2f6-8ea3599b4e56", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:18:55.830  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.830+0100 I STORAGE  [initandlisten] 
2023-02-11 07:18:55.838  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.838+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:18:55.838  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.838+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:18:55.838  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.838+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:18:55.884  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.884+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:18:55.884  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.884+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:55.884  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.884+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:18:55.884  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.884+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:18:55.884  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.884+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:55.885  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.884+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:55.885  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.884+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:18:55.885  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.884+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:18:55.885  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.884+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:55.892  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.892+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-08dd984f-126e-4c7c-b2f6-8ea3599b4e56/diagnostic.data'
2023-02-11 07:18:55.904  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.904+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:18:55.904  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.904+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:18:55.905  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.904+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:18:55.905  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.905+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:18:55.914  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.914+0100 I NETWORK  [thread1] waiting for connections on port 46519
2023-02-11 07:18:55.914  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@7be86438
2023-02-11 07:18:55.917  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:46519], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:18:55.917  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:46519 to client view of cluster
2023-02-11 07:18:55.925  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.925+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:41780 #1 (1 connection now open)
2023-02-11 07:18:55.930  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:55.930+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:41780 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:55.938  INFO 21321 --- [localhost:46519] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:10, serverValue:1}] to localhost:46519
2023-02-11 07:18:55.939  INFO 21321 --- [localhost:46519] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:46519, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=475803}
2023-02-11 07:18:55.940  INFO 21321 --- [localhost:46519] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:18:56.330  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 07:18:56.530  INFO 21321 --- [           main] d.f.h.d.service.GruppenServiceTest       : Started GruppenServiceTest in 1.589 seconds (JVM running for 32.762)
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.667 s - in de.fhdw.hfw417.dokumentenpostfach.service.GruppenServiceTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.repository.BenutzerRepositoryTest
2023-02-11 07:18:56.588  INFO 21321 --- [           main] t.a.d.m.DataMongoTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.repository.BenutzerRepositoryTest], using SpringBootContextLoader
2023-02-11 07:18:56.589  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.repository.BenutzerRepositoryTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:18:56.589  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.repository.BenutzerRepositoryTest]: BenutzerRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:18:56.643  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.repository.BenutzerRepositoryTest
2023-02-11 07:18:56.643  INFO 21321 --- [           main] t.a.d.m.DataMongoTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:18:56.644  INFO 21321 --- [           main] t.a.d.m.DataMongoTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@144792d5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1da61a29, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@47cf922d, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6b64921f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@439d649c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6e475994, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@55a2f08b, org.springframework.test.context.event.EventPublishingTestExecutionListener@1a99744a, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@32084a01, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@66d73e2d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@2433bcd4, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@75d9b73c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5f1a3c4]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:18:56.704  INFO 21321 --- [           main] d.f.h.d.r.BenutzerRepositoryTest         : Starting BenutzerRepositoryTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:18:56.704  INFO 21321 --- [           main] d.f.h.d.r.BenutzerRepositoryTest         : The following profiles are active: prod
2023-02-11 07:18:56.768  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:18:56.788  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:18:56.947  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:18:56.953  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:56.953+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21562 port=40775 dbpath=/tmp/embedmongo-db-88be6104-99ce-4a23-b5c0-e3c8def023bd 64-bit host=fhdwdev
2023-02-11 07:18:56.953  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:56.953+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:18:56.953  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:56.953+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:18:56.953  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:56.953+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:18:56.953  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:56.953+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:18:56.953  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:56.953+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:18:56.953  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:56.953+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:18:56.953  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:56.953+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:18:56.953  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:56.953+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 40775 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-88be6104-99ce-4a23-b5c0-e3c8def023bd", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:18:56.998  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:56.998+0100 I STORAGE  [initandlisten] 
2023-02-11 07:18:56.999  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:56.998+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:18:56.999  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:56.998+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:18:57.013  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.003+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:18:57.075  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.074+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:18:57.075  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.074+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:57.075  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.074+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:18:57.075  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.074+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:18:57.075  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.074+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:57.075  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.075+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:57.075  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.075+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:18:57.075  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.075+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:18:57.075  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.075+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:57.088  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.088+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-88be6104-99ce-4a23-b5c0-e3c8def023bd/diagnostic.data'
2023-02-11 07:18:57.103  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.103+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:18:57.103  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.103+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:18:57.105  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.103+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:18:57.105  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.104+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:18:57.118  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.118+0100 I NETWORK  [thread1] waiting for connections on port 40775
2023-02-11 07:18:57.118  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@36570936
2023-02-11 07:18:57.149  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:40775], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:18:57.149  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:40775 to client view of cluster
2023-02-11 07:18:57.173  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.173+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:43166 #1 (1 connection now open)
2023-02-11 07:18:57.176  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.176+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:43166 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:57.185  INFO 21321 --- [localhost:40775] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:11, serverValue:1}] to localhost:40775
2023-02-11 07:18:57.186  INFO 21321 --- [localhost:40775] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:40775, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=323246}
2023-02-11 07:18:57.186  INFO 21321 --- [localhost:40775] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:18:57.366  INFO 21321 --- [           main] d.f.h.d.r.BenutzerRepositoryTest         : Started BenutzerRepositoryTest in 0.713 seconds (JVM running for 33.599)
2023-02-11 07:18:57.371  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.371+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:43182 #2 (2 connections now open)
2023-02-11 07:18:57.374  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.374+0100 I NETWORK  [conn2] received client metadata from 127.0.0.1:43182 conn2: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:57.375  INFO 21321 --- [           main] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:12, serverValue:2}] to localhost:40775
2023-02-11 07:18:57.468  INFO 21321 --- [           main] org.mongodb.driver.connection            : Closed connection [connectionId{localValue:12, serverValue:2}] to localhost:40775 because the pool has been closed.
2023-02-11 07:18:57.469  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.468+0100 I -        [conn2] end connection 127.0.0.1:43182 (2 connections now open)
2023-02-11 07:18:57.470  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.470+0100 I -        [conn1] end connection 127.0.0.1:43166 (1 connection now open)
2023-02-11 07:18:57.471  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.471+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:43190 #3 (1 connection now open)
2023-02-11 07:18:57.474  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.474+0100 I COMMAND  [conn3] terminating, shutdown command received
2023-02-11 07:18:57.474  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.474+0100 I NETWORK  [conn3] shutdown: going to close listening sockets...
2023-02-11 07:18:57.474  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.474+0100 I NETWORK  [conn3] closing listening socket: 7
2023-02-11 07:18:57.474  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.474+0100 I NETWORK  [conn3] closing listening socket: 8
2023-02-11 07:18:57.474  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.474+0100 I NETWORK  [conn3] removing socket file: /tmp/mongodb-40775.sock
2023-02-11 07:18:57.474  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.474+0100 I NETWORK  [conn3] shutdown: going to flush diaglog...
2023-02-11 07:18:57.474  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.474+0100 I FTDC     [conn3] Shutting down full-time diagnostic data capture
2023-02-11 07:18:57.474  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.474+0100 I STORAGE  [conn3] WiredTigerKVEngine shutting down
2023-02-11 07:18:57.492  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.492+0100 I STORAGE  [conn3] shutdown: removing fs lock...
2023-02-11 07:18:57.492  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.492+0100 I CONTROL  [conn3] now exiting
2023-02-11 07:18:57.492  INFO 21321 --- [      Thread-23] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.492+0100 I CONTROL  [conn3] shutting down with code:0
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.903 s - in de.fhdw.hfw417.dokumentenpostfach.repository.BenutzerRepositoryTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.repository.MandantenRepositoryTest
2023-02-11 07:18:57.620  INFO 21321 --- [           main] t.a.d.m.DataMongoTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.repository.MandantenRepositoryTest], using SpringBootContextLoader
2023-02-11 07:18:57.630  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.repository.MandantenRepositoryTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:18:57.630  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.repository.MandantenRepositoryTest]: MandantenRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:18:57.632  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.repository.MandantenRepositoryTest
2023-02-11 07:18:57.632  INFO 21321 --- [           main] t.a.d.m.DataMongoTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:18:57.632  INFO 21321 --- [           main] t.a.d.m.DataMongoTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@488c6c98, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2530baf6, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@1e7797db, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@4402ed61, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6fc1a1d5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4f8641d1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6d6ddeb5, org.springframework.test.context.event.EventPublishingTestExecutionListener@3e574f9c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5cfa9e8a, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@218fc40d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@22942eff, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@26bbbe9e, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2ebd6a0d]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:18:57.668  INFO 21321 --- [           main] d.f.h.d.r.MandantenRepositoryTest        : Starting MandantenRepositoryTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:18:57.668  INFO 21321 --- [           main] d.f.h.d.r.MandantenRepositoryTest        : The following profiles are active: prod
2023-02-11 07:18:57.752  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:18:57.777  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:18:57.937  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:18:57.942  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.942+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21587 port=38309 dbpath=/tmp/embedmongo-db-3f91c3d6-ba2e-418d-8c35-95282f64e5ef 64-bit host=fhdwdev
2023-02-11 07:18:57.942  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.942+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:18:57.942  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.942+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:18:57.942  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.942+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:18:57.942  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.942+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:18:57.942  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.942+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:18:57.942  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.942+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:18:57.942  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.942+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:18:57.942  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.942+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 38309 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-3f91c3d6-ba2e-418d-8c35-95282f64e5ef", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:18:57.991  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.991+0100 I STORAGE  [initandlisten] 
2023-02-11 07:18:57.991  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.991+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:18:57.991  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.991+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:18:57.991  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:57.991+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:18:58.043  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.043+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:18:58.043  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.043+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:58.043  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.043+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:18:58.043  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.043+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:18:58.043  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.043+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:58.043  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.043+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:58.043  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.043+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:18:58.043  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.043+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:18:58.043  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.043+0100 I CONTROL  [initandlisten] 
2023-02-11 07:18:58.052  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.052+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-3f91c3d6-ba2e-418d-8c35-95282f64e5ef/diagnostic.data'
2023-02-11 07:18:58.065  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.065+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:18:58.065  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.065+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:18:58.066  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.066+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:18:58.066  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.066+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:18:58.070  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.070+0100 I NETWORK  [thread1] waiting for connections on port 38309
2023-02-11 07:18:58.070  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@24bc06dd
2023-02-11 07:18:58.093  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:38309], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:18:58.093  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:38309 to client view of cluster
2023-02-11 07:18:58.099  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.099+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:34380 #1 (1 connection now open)
2023-02-11 07:18:58.101  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.100+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:34380 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:58.102  INFO 21321 --- [localhost:38309] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:13, serverValue:1}] to localhost:38309
2023-02-11 07:18:58.102  INFO 21321 --- [localhost:38309] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:38309, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=271707}
2023-02-11 07:18:58.124  INFO 21321 --- [localhost:38309] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:18:58.166  INFO 21321 --- [           main] d.f.h.d.r.MandantenRepositoryTest        : Started MandantenRepositoryTest in 0.53 seconds (JVM running for 34.398)
2023-02-11 07:18:58.176  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.176+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:34388 #2 (2 connections now open)
2023-02-11 07:18:58.177  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.177+0100 I NETWORK  [conn2] received client metadata from 127.0.0.1:34388 conn2: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:18:58.178  INFO 21321 --- [           main] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:14, serverValue:2}] to localhost:38309
2023-02-11 07:18:58.210  INFO 21321 --- [           main] org.mongodb.driver.connection            : Closed connection [connectionId{localValue:14, serverValue:2}] to localhost:38309 because the pool has been closed.
2023-02-11 07:18:58.214  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.213+0100 I -        [conn2] end connection 127.0.0.1:34388 (2 connections now open)
2023-02-11 07:18:58.214  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.214+0100 I -        [conn1] end connection 127.0.0.1:34380 (1 connection now open)
2023-02-11 07:18:58.215  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.215+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:34394 #3 (1 connection now open)
2023-02-11 07:18:58.219  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.219+0100 I COMMAND  [conn3] terminating, shutdown command received
2023-02-11 07:18:58.219  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.219+0100 I NETWORK  [conn3] shutdown: going to close listening sockets...
2023-02-11 07:18:58.219  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.219+0100 I NETWORK  [conn3] closing listening socket: 7
2023-02-11 07:18:58.219  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.219+0100 I NETWORK  [conn3] closing listening socket: 8
2023-02-11 07:18:58.219  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.219+0100 I NETWORK  [conn3] removing socket file: /tmp/mongodb-38309.sock
2023-02-11 07:18:58.219  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.219+0100 I NETWORK  [conn3] shutdown: going to flush diaglog...
2023-02-11 07:18:58.219  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.219+0100 I FTDC     [conn3] Shutting down full-time diagnostic data capture
2023-02-11 07:18:58.219  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.219+0100 I STORAGE  [conn3] WiredTigerKVEngine shutting down
2023-02-11 07:18:58.233  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.233+0100 I STORAGE  [conn3] shutdown: removing fs lock...
2023-02-11 07:18:58.233  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.233+0100 I CONTROL  [conn3] now exiting
2023-02-11 07:18:58.233  INFO 21321 --- [      Thread-26] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:58.233+0100 I CONTROL  [conn3] shutting down with code:0
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.721 s - in de.fhdw.hfw417.dokumentenpostfach.repository.MandantenRepositoryTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.repository.TransactionRepositoryTest
2023-02-11 07:18:58.361  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.repository.TransactionRepositoryTest], using SpringBootContextLoader
2023-02-11 07:18:58.362  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.repository.TransactionRepositoryTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:18:58.363  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.repository.TransactionRepositoryTest]: TransactionRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:18:58.364  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.repository.TransactionRepositoryTest
2023-02-11 07:18:58.366  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:18:58.366  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@33cec966, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@643fed50, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@65b07b9, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@7dbe858f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@387ef6a7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2330c995, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7d086485, org.springframework.test.context.event.EventPublishingTestExecutionListener@74130456, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3b171fbd, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1ece052b, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@20dc763b, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@4c81e7c2, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4fe8e318]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:18:58.417  INFO 21321 --- [           main] d.f.h.d.r.TransactionRepositoryTest      : Starting TransactionRepositoryTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:18:58.418  INFO 21321 --- [           main] d.f.h.d.r.TransactionRepositoryTest      : The following profiles are active: prod
2023-02-11 07:18:58.590  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:18:58.600  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 9ms. Found 0 MongoDB repository interfaces.
2023-02-11 07:18:58.601  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:18:58.621  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:18:58.770  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.AuthController.
2023-02-11 07:18:58.770  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController.
2023-02-11 07:18:58.770  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController.
2023-02-11 07:18:58.770  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController.
2023-02-11 07:18:58.771  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController.
2023-02-11 07:18:58.803  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:18:59.231  INFO 21321 --- [localhost:27017] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:15, serverValue:1}] to localhost:27017
2023-02-11 07:18:59.233  INFO 21321 --- [localhost:27017] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=REPLICA_SET_GHOST, state=CONNECTED, ok=true, version=ServerVersion{versionList=[5, 0, 5]}, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1134029, setName='null', canonicalAddress=null, hosts=[], passives=[], arbiters=[], primary='null', tagSet=TagSet{[]}, electionId=null, setVersion=null, lastWriteDate=null, lastUpdateTimeNanos=4565034629051084}
2023-02-11 07:18:59.291  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 07:18:59.502  INFO 21321 --- [           main] d.f.h.d.r.TransactionRepositoryTest      : Started TransactionRepositoryTest in 1.128 seconds (JVM running for 35.734)
2023-02-11 07:18:59.532  INFO 21321 --- [           main] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:16, serverValue:2}] to localhost:27017
2023-02-11 07:18:59.612  INFO 21321 --- [           main] org.mongodb.driver.cluster               : No server chosen by ReadPreferenceServerSelector{readPreference=primary} from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoNodeIsRecoveringException: Command failed with error 13436 (NotPrimaryOrSecondary): 'node is not in primary or recovering state' on server localhost:27017. The full response is {"topologyVersion": {"processId": {"$oid": "63e4b3ad5cae3f08e602e0f0"}, "counter": {"$numberLong": "0"}}, "ok": 0.0, "errmsg": "node is not in primary or recovering state", "code": 13436, "codeName": "NotPrimaryOrSecondary"}}}]}. Waiting for 30000 ms before timing out
2023-02-11 07:18:59.738  INFO 21321 --- [           main] ConditionEvaluationReportLoggingListener : 

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-02-11 07:18:59.745 ERROR 21321 --- [           main] o.s.boot.SpringApplication               : Application run failed

java.lang.IllegalStateException: Failed to execute CommandLineRunner
	at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) ~[spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) ~[spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) ~[spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:126) ~[spring-boot-test-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:123) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:244) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:98) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$5(ClassBasedTestDescriptor.java:337) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:342) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$6(ClassBasedTestDescriptor.java:337) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:336) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:259) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$2(ClassBasedTestDescriptor.java:252) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:369) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$3(ClassBasedTestDescriptor.java:251) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:29) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$1(NodeTestTask.java:107) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:107) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:75) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
Caused by: org.springframework.data.mongodb.UncategorizedMongoDbException: Query failed with error code 13436 and error message 'node is not in primary or recovering state' on server localhost:27017; nested exception is com.mongodb.MongoQueryException: Query failed with error code 13436 and error message 'node is not in primary or recovering state' on server localhost:27017
	at org.springframework.data.mongodb.core.MongoExceptionTranslator.translateExceptionIfPossible(MongoExceptionTranslator.java:138) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.core.MongoTemplate.potentiallyConvertRuntimeException(MongoTemplate.java:2902) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.core.MongoTemplate.executeFindMultiInternal(MongoTemplate.java:2810) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.core.MongoTemplate.doFind(MongoTemplate.java:2555) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.core.ExecutableFindOperationSupport$ExecutableFindSupport.doFind(ExecutableFindOperationSupport.java:215) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.core.ExecutableFindOperationSupport$ExecutableFindSupport.oneValue(ExecutableFindOperationSupport.java:127) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.repository.query.AbstractMongoQuery.lambda$getExecution$4(AbstractMongoQuery.java:153) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.repository.query.AbstractMongoQuery.doExecute(AbstractMongoQuery.java:126) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.repository.query.AbstractMongoQuery.execute(AbstractMongoQuery.java:101) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:618) ~[spring-data-commons-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:605) ~[spring-data-commons-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at com.sun.proxy.$Proxy110.findByBenutzername(Unknown Source) ~[na:na]
	at de.fhdw.hfw417.dokumentenpostfach.config.DBTestdata.run(DBTestdata.java:92) ~[classes/:na]
	at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) ~[spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	... 70 common frames omitted
Caused by: com.mongodb.MongoQueryException: Query failed with error code 13436 and error message 'node is not in primary or recovering state' on server localhost:27017
	at com.mongodb.operation.FindOperation$1.call(FindOperation.java:735) ~[mongodb-driver-core-3.11.2.jar:na]
	at com.mongodb.operation.FindOperation$1.call(FindOperation.java:725) ~[mongodb-driver-core-3.11.2.jar:na]
	at com.mongodb.operation.OperationHelper.withReadConnectionSource(OperationHelper.java:463) ~[mongodb-driver-core-3.11.2.jar:na]
	at com.mongodb.operation.FindOperation.execute(FindOperation.java:725) ~[mongodb-driver-core-3.11.2.jar:na]
	at com.mongodb.operation.FindOperation.execute(FindOperation.java:89) ~[mongodb-driver-core-3.11.2.jar:na]
	at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:189) ~[mongodb-driver-3.11.2.jar:na]
	at com.mongodb.client.internal.MongoIterableImpl.execute(MongoIterableImpl.java:143) ~[mongodb-driver-3.11.2.jar:na]
	at com.mongodb.client.internal.MongoIterableImpl.iterator(MongoIterableImpl.java:92) ~[mongodb-driver-3.11.2.jar:na]
	at org.springframework.data.mongodb.core.MongoTemplate.executeFindMultiInternal(MongoTemplate.java:2793) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	... 85 common frames omitted

2023-02-11 07:18:59.748  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2023-02-11 07:18:59.751 ERROR 21321 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@33cec966] to prepare test instance [de.fhdw.hfw417.dokumentenpostfach.repository.TransactionRepositoryTest@78d49939]

java.lang.IllegalStateException: Failed to load ApplicationContext
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:132) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:123) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:244) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:98) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$5(ClassBasedTestDescriptor.java:337) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:342) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$6(ClassBasedTestDescriptor.java:337) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) ~[na:na]
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[na:na]
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[na:na]
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:336) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:259) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$2(ClassBasedTestDescriptor.java:252) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at java.base/java.util.Optional.orElseGet(Optional.java:369) ~[na:na]
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$3(ClassBasedTestDescriptor.java:251) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:29) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:106) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:105) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.5.2.jar:5.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$1(NodeTestTask.java:107) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:107) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:75) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) ~[junit-platform-engine-1.5.2.jar:1.5.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
Caused by: java.lang.IllegalStateException: Failed to execute CommandLineRunner
	at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) ~[spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) ~[spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) ~[spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:126) ~[spring-boot-test-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124) ~[spring-test-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	... 65 common frames omitted
Caused by: org.springframework.data.mongodb.UncategorizedMongoDbException: Query failed with error code 13436 and error message 'node is not in primary or recovering state' on server localhost:27017; nested exception is com.mongodb.MongoQueryException: Query failed with error code 13436 and error message 'node is not in primary or recovering state' on server localhost:27017
	at org.springframework.data.mongodb.core.MongoExceptionTranslator.translateExceptionIfPossible(MongoExceptionTranslator.java:138) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.core.MongoTemplate.potentiallyConvertRuntimeException(MongoTemplate.java:2902) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.core.MongoTemplate.executeFindMultiInternal(MongoTemplate.java:2810) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.core.MongoTemplate.doFind(MongoTemplate.java:2555) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.core.ExecutableFindOperationSupport$ExecutableFindSupport.doFind(ExecutableFindOperationSupport.java:215) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.core.ExecutableFindOperationSupport$ExecutableFindSupport.oneValue(ExecutableFindOperationSupport.java:127) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.repository.query.AbstractMongoQuery.lambda$getExecution$4(AbstractMongoQuery.java:153) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.repository.query.AbstractMongoQuery.doExecute(AbstractMongoQuery.java:126) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.mongodb.repository.query.AbstractMongoQuery.execute(AbstractMongoQuery.java:101) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:618) ~[spring-data-commons-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:605) ~[spring-data-commons-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.2.5.RELEASE.jar:5.2.5.RELEASE]
	at com.sun.proxy.$Proxy110.findByBenutzername(Unknown Source) ~[na:na]
	at de.fhdw.hfw417.dokumentenpostfach.config.DBTestdata.run(DBTestdata.java:92) ~[classes/:na]
	at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) ~[spring-boot-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	... 70 common frames omitted
Caused by: com.mongodb.MongoQueryException: Query failed with error code 13436 and error message 'node is not in primary or recovering state' on server localhost:27017
	at com.mongodb.operation.FindOperation$1.call(FindOperation.java:735) ~[mongodb-driver-core-3.11.2.jar:na]
	at com.mongodb.operation.FindOperation$1.call(FindOperation.java:725) ~[mongodb-driver-core-3.11.2.jar:na]
	at com.mongodb.operation.OperationHelper.withReadConnectionSource(OperationHelper.java:463) ~[mongodb-driver-core-3.11.2.jar:na]
	at com.mongodb.operation.FindOperation.execute(FindOperation.java:725) ~[mongodb-driver-core-3.11.2.jar:na]
	at com.mongodb.operation.FindOperation.execute(FindOperation.java:89) ~[mongodb-driver-core-3.11.2.jar:na]
	at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:189) ~[mongodb-driver-3.11.2.jar:na]
	at com.mongodb.client.internal.MongoIterableImpl.execute(MongoIterableImpl.java:143) ~[mongodb-driver-3.11.2.jar:na]
	at com.mongodb.client.internal.MongoIterableImpl.iterator(MongoIterableImpl.java:92) ~[mongodb-driver-3.11.2.jar:na]
	at org.springframework.data.mongodb.core.MongoTemplate.executeFindMultiInternal(MongoTemplate.java:2793) ~[spring-data-mongodb-2.2.6.RELEASE.jar:2.2.6.RELEASE]
	... 85 common frames omitted

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.401 s <<< FAILURE! - in de.fhdw.hfw417.dokumentenpostfach.repository.TransactionRepositoryTest
[ERROR] addGroup  Time elapsed: 0.005 s  <<< ERROR!
java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: java.lang.IllegalStateException: Failed to execute CommandLineRunner
Caused by: org.springframework.data.mongodb.UncategorizedMongoDbException: Query failed with error code 13436 and error message 'node is not in primary or recovering state' on server localhost:27017; nested exception is com.mongodb.MongoQueryException: Query failed with error code 13436 and error message 'node is not in primary or recovering state' on server localhost:27017
Caused by: com.mongodb.MongoQueryException: Query failed with error code 13436 and error message 'node is not in primary or recovering state' on server localhost:27017

[INFO] Running de.fhdw.hfw417.dokumentenpostfach.repository.DokumentRepositoryTest
2023-02-11 07:18:59.773  INFO 21321 --- [           main] t.a.d.m.DataMongoTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.repository.DokumentRepositoryTest], using SpringBootContextLoader
2023-02-11 07:18:59.773  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.repository.DokumentRepositoryTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:18:59.773  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.repository.DokumentRepositoryTest]: DokumentRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:18:59.777  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.repository.DokumentRepositoryTest
2023-02-11 07:18:59.778  INFO 21321 --- [           main] t.a.d.m.DataMongoTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:18:59.778  INFO 21321 --- [           main] t.a.d.m.DataMongoTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3ba8fbc8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@113a89c5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@55da6bf, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3a0f5141, org.springframework.test.context.support.DirtiesContextTestExecutionListener@46059b73, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3b446d7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6bb46040, org.springframework.test.context.event.EventPublishingTestExecutionListener@2b71a12e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@41c56930, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@60660d21, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@2898c70d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@ec67be1, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@64a00fe0]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:18:59.797  INFO 21321 --- [           main] d.f.h.d.r.DokumentRepositoryTest         : Starting DokumentRepositoryTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:18:59.797  INFO 21321 --- [           main] d.f.h.d.r.DokumentRepositoryTest         : The following profiles are active: prod
2023-02-11 07:18:59.834  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:18:59.846  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 12ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:18:59.938  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:18:59.943  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.941+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21619 port=45985 dbpath=/tmp/embedmongo-db-e1119e15-1e4a-40fd-bd0c-7424b2ccc484 64-bit host=fhdwdev
2023-02-11 07:18:59.943  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.941+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:18:59.943  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.941+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:18:59.944  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.941+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:18:59.944  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.941+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:18:59.944  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.941+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:18:59.944  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.941+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:18:59.944  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.941+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:18:59.944  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.941+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 45985 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-e1119e15-1e4a-40fd-bd0c-7424b2ccc484", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:18:59.976  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.976+0100 I STORAGE  [initandlisten] 
2023-02-11 07:18:59.976  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.976+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:18:59.976  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.976+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:18:59.976  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:18:59.976+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:19:00.020  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.020+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:19:00.020  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.020+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:00.020  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.020+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:19:00.020  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.020+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:19:00.020  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.020+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:00.021  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.020+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:00.021  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.020+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:19:00.021  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.020+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:19:00.021  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.020+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:00.028  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.028+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-e1119e15-1e4a-40fd-bd0c-7424b2ccc484/diagnostic.data'
2023-02-11 07:19:00.040  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.040+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:19:00.040  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.040+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:19:00.043  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.040+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:19:00.043  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.041+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:19:00.043  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.041+0100 I NETWORK  [thread1] waiting for connections on port 45985
2023-02-11 07:19:00.045  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@2c3d1214
2023-02-11 07:19:00.057  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:45985], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:19:00.057  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:45985 to client view of cluster
2023-02-11 07:19:00.060  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.060+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:58398 #1 (1 connection now open)
2023-02-11 07:19:00.062  INFO 21321 --- [localhost:45985] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:17, serverValue:1}] to localhost:45985
2023-02-11 07:19:00.062  INFO 21321 --- [localhost:45985] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:45985, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=259724}
2023-02-11 07:19:00.063  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.061+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:58398 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:19:00.070  INFO 21321 --- [localhost:45985] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:19:00.112  INFO 21321 --- [           main] d.f.h.d.r.DokumentRepositoryTest         : Started DokumentRepositoryTest in 0.331 seconds (JVM running for 36.344)
2023-02-11 07:19:00.122  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.122+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:58402 #2 (2 connections now open)
2023-02-11 07:19:00.122  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.122+0100 I NETWORK  [conn2] received client metadata from 127.0.0.1:58402 conn2: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:19:00.123  INFO 21321 --- [           main] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:18, serverValue:2}] to localhost:45985
2023-02-11 07:19:00.145  INFO 21321 --- [           main] org.mongodb.driver.connection            : Closed connection [connectionId{localValue:18, serverValue:2}] to localhost:45985 because the pool has been closed.
2023-02-11 07:19:00.146  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.146+0100 I -        [conn2] end connection 127.0.0.1:58402 (2 connections now open)
2023-02-11 07:19:00.146  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.146+0100 I -        [conn1] end connection 127.0.0.1:58398 (1 connection now open)
2023-02-11 07:19:00.154  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.151+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:58406 #3 (1 connection now open)
2023-02-11 07:19:00.154  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.151+0100 I COMMAND  [conn3] terminating, shutdown command received
2023-02-11 07:19:00.154  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.151+0100 I NETWORK  [conn3] shutdown: going to close listening sockets...
2023-02-11 07:19:00.154  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.151+0100 I NETWORK  [conn3] closing listening socket: 7
2023-02-11 07:19:00.154  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.151+0100 I NETWORK  [conn3] closing listening socket: 8
2023-02-11 07:19:00.154  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.151+0100 I NETWORK  [conn3] removing socket file: /tmp/mongodb-45985.sock
2023-02-11 07:19:00.154  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.151+0100 I NETWORK  [conn3] shutdown: going to flush diaglog...
2023-02-11 07:19:00.154  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.151+0100 I FTDC     [conn3] Shutting down full-time diagnostic data capture
2023-02-11 07:19:00.154  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.151+0100 I STORAGE  [conn3] WiredTigerKVEngine shutting down
2023-02-11 07:19:00.175  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.175+0100 I STORAGE  [conn3] shutdown: removing fs lock...
2023-02-11 07:19:00.175  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.175+0100 I CONTROL  [conn3] now exiting
2023-02-11 07:19:00.175  INFO 21321 --- [      Thread-30] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.175+0100 I CONTROL  [initandlisten] shutting down with code:0
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 s - in de.fhdw.hfw417.dokumentenpostfach.repository.DokumentRepositoryTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.repository.GruppenRepositoryTest
2023-02-11 07:19:00.309  INFO 21321 --- [           main] t.a.d.m.DataMongoTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.repository.GruppenRepositoryTest], using SpringBootContextLoader
2023-02-11 07:19:00.311  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.repository.GruppenRepositoryTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:19:00.314  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.repository.GruppenRepositoryTest]: GruppenRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:19:00.316  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.repository.GruppenRepositoryTest
2023-02-11 07:19:00.324  INFO 21321 --- [           main] t.a.d.m.DataMongoTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:19:00.325  INFO 21321 --- [           main] t.a.d.m.DataMongoTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4dcc0e3d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7fecc26f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@402adc9c, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@70313b0b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5da16ed6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@444720b7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@529fda9f, org.springframework.test.context.event.EventPublishingTestExecutionListener@2b8f5aa4, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7d0e46dd, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@318353, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@2cd6fae8, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7d5ddfac, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@72ea5674]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:19:00.366  INFO 21321 --- [           main] d.f.h.d.r.GruppenRepositoryTest          : Starting GruppenRepositoryTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:19:00.371  INFO 21321 --- [           main] d.f.h.d.r.GruppenRepositoryTest          : The following profiles are active: prod
2023-02-11 07:19:00.432  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:19:00.463  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:19:00.660  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:19:00.666  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.666+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21643 port=34105 dbpath=/tmp/embedmongo-db-23229463-4215-41d9-8631-3af06f56d05f 64-bit host=fhdwdev
2023-02-11 07:19:00.666  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.666+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:19:00.666  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.666+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:19:00.666  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.666+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:19:00.666  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.666+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:19:00.666  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.666+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:19:00.667  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.666+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:19:00.667  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.666+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:19:00.667  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.666+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 34105 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-23229463-4215-41d9-8631-3af06f56d05f", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:19:00.696  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.696+0100 I STORAGE  [initandlisten] 
2023-02-11 07:19:00.697  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.696+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:19:00.697  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.696+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:19:00.697  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.696+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:19:00.734  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.734+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:19:00.734  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.734+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:00.734  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.734+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:19:00.734  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.734+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:19:00.734  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.734+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:00.734  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.734+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:00.735  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.734+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:19:00.735  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.734+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:19:00.735  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.734+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:00.743  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.743+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-23229463-4215-41d9-8631-3af06f56d05f/diagnostic.data'
2023-02-11 07:19:00.755  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.755+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:19:00.755  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.755+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:19:00.756  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.756+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:19:00.757  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.756+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:19:00.758  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.758+0100 I NETWORK  [thread1] waiting for connections on port 34105
2023-02-11 07:19:00.758  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@276b68af
2023-02-11 07:19:00.772  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:34105], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:19:00.772  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:34105 to client view of cluster
2023-02-11 07:19:00.773  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.773+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:39080 #1 (1 connection now open)
2023-02-11 07:19:00.790  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.790+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:39080 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:19:00.793  INFO 21321 --- [localhost:34105] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:19, serverValue:1}] to localhost:34105
2023-02-11 07:19:00.794  INFO 21321 --- [localhost:34105] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:34105, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=404227}
2023-02-11 07:19:00.798  INFO 21321 --- [localhost:34105] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:19:00.824  INFO 21321 --- [           main] d.f.h.d.r.GruppenRepositoryTest          : Started GruppenRepositoryTest in 0.497 seconds (JVM running for 37.056)
2023-02-11 07:19:00.831  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.831+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:39096 #2 (2 connections now open)
2023-02-11 07:19:00.832  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.832+0100 I NETWORK  [conn2] received client metadata from 127.0.0.1:39096 conn2: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:19:00.833  INFO 21321 --- [           main] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:20, serverValue:2}] to localhost:34105
2023-02-11 07:19:00.862  INFO 21321 --- [           main] org.mongodb.driver.connection            : Closed connection [connectionId{localValue:20, serverValue:2}] to localhost:34105 because the pool has been closed.
2023-02-11 07:19:00.863  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.863+0100 I -        [conn2] end connection 127.0.0.1:39096 (2 connections now open)
2023-02-11 07:19:00.873  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.863+0100 I -        [conn1] end connection 127.0.0.1:39080 (1 connection now open)
2023-02-11 07:19:00.878  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.878+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:39106 #3 (1 connection now open)
2023-02-11 07:19:00.879  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.879+0100 I COMMAND  [conn3] terminating, shutdown command received
2023-02-11 07:19:00.879  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.879+0100 I NETWORK  [conn3] shutdown: going to close listening sockets...
2023-02-11 07:19:00.879  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.879+0100 I NETWORK  [conn3] closing listening socket: 7
2023-02-11 07:19:00.879  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.879+0100 I NETWORK  [conn3] closing listening socket: 8
2023-02-11 07:19:00.879  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.879+0100 I NETWORK  [conn3] removing socket file: /tmp/mongodb-34105.sock
2023-02-11 07:19:00.879  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.879+0100 I NETWORK  [conn3] shutdown: going to flush diaglog...
2023-02-11 07:19:00.879  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.879+0100 I FTDC     [conn3] Shutting down full-time diagnostic data capture
2023-02-11 07:19:00.880  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.879+0100 I STORAGE  [conn3] WiredTigerKVEngine shutting down
2023-02-11 07:19:00.889  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.889+0100 I STORAGE  [conn3] shutdown: removing fs lock...
2023-02-11 07:19:00.889  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.889+0100 I CONTROL  [conn3] now exiting
2023-02-11 07:19:00.890  INFO 21321 --- [      Thread-33] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:00.889+0100 I CONTROL  [initandlisten] shutting down with code:0
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s - in de.fhdw.hfw417.dokumentenpostfach.repository.GruppenRepositoryTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.controller.GruppenControllerTest
2023-02-11 07:19:01.017  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.controller.GruppenControllerTest], using SpringBootContextLoader
2023-02-11 07:19:01.019  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.controller.GruppenControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:19:01.022  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.controller.GruppenControllerTest]: GruppenControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:19:01.043  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.controller.GruppenControllerTest
2023-02-11 07:19:01.044  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:19:01.044  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5bbeb9e3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@456beb8b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@191cf38f, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2dc54b50, org.springframework.test.context.support.DirtiesContextTestExecutionListener@31a9eaa, org.springframework.test.context.transaction.TransactionalTestExecutionListener@19370af1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@67c912d3, org.springframework.test.context.event.EventPublishingTestExecutionListener@60515ab1, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@37e967df, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@16a89351, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@395854dd, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@53b60595, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2f9d47a3]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:19:01.113  INFO 21321 --- [           main] d.f.h.d.c.GruppenControllerTest          : Starting GruppenControllerTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:19:01.114  INFO 21321 --- [           main] d.f.h.d.c.GruppenControllerTest          : The following profiles are active: test
2023-02-11 07:19:01.346  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:19:01.372  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:19:01.867  INFO 21321 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 0 (http)
2023-02-11 07:19:01.889  INFO 21321 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-02-11 07:19:01.892  INFO 21321 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.33]
2023-02-11 07:19:01.893  INFO 21321 --- [           main] o.a.catalina.core.AprLifecycleListener   : Loaded APR based Apache Tomcat Native library [1.2.35] using APR version [1.7.0].
2023-02-11 07:19:01.902  INFO 21321 --- [           main] o.a.catalina.core.AprLifecycleListener   : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2023-02-11 07:19:01.903  INFO 21321 --- [           main] o.a.catalina.core.AprLifecycleListener   : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2023-02-11 07:19:01.906  INFO 21321 --- [           main] o.a.catalina.core.AprLifecycleListener   : OpenSSL successfully initialized [OpenSSL 1.1.1t  7 Feb 2023]
2023-02-11 07:19:02.107  INFO 21321 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2023-02-11 07:19:02.108  INFO 21321 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 989 ms
2023-02-11 07:19:02.122  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.AuthController.
2023-02-11 07:19:02.122  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController.
2023-02-11 07:19:02.123  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController.
2023-02-11 07:19:02.123  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController.
2023-02-11 07:19:02.123  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController.
2023-02-11 07:19:02.528  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:19:02.530  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.530+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21691 port=39913 dbpath=/tmp/embedmongo-db-9f7fa8e2-eb14-4ba4-afda-c9d4a415ee29 64-bit host=fhdwdev
2023-02-11 07:19:02.530  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.530+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:19:02.530  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.530+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:19:02.530  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.530+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:19:02.530  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.530+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:19:02.531  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.530+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:19:02.531  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.530+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:19:02.531  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.530+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:19:02.531  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.530+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 39913 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-9f7fa8e2-eb14-4ba4-afda-c9d4a415ee29", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:19:02.574  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.574+0100 I STORAGE  [initandlisten] 
2023-02-11 07:19:02.574  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.574+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:19:02.574  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.574+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:19:02.582  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.582+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:19:02.625  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.625+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:19:02.625  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.625+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:02.625  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.625+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:19:02.625  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.625+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:19:02.625  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.625+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:02.625  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.625+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:02.625  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.625+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:19:02.625  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.625+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:19:02.625  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.625+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:02.635  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.635+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-9f7fa8e2-eb14-4ba4-afda-c9d4a415ee29/diagnostic.data'
2023-02-11 07:19:02.657  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.657+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:19:02.658  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.657+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:19:02.658  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.658+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:19:02.659  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.658+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:19:02.659  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.659+0100 I NETWORK  [thread1] waiting for connections on port 39913
2023-02-11 07:19:02.659  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@54455c8d
2023-02-11 07:19:02.662  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:39913], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:19:02.662  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:39913 to client view of cluster
2023-02-11 07:19:02.663  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.663+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:57832 #1 (1 connection now open)
2023-02-11 07:19:02.670  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:02.670+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:57832 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:19:02.671  INFO 21321 --- [localhost:39913] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:21, serverValue:1}] to localhost:39913
2023-02-11 07:19:02.672  INFO 21321 --- [localhost:39913] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:39913, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=344526}
2023-02-11 07:19:02.673  INFO 21321 --- [localhost:39913] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:19:02.839  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:03.288  INFO 21321 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 37331 (http) with context path ''
2023-02-11 07:19:03.290  INFO 21321 --- [           main] d.f.h.d.c.GruppenControllerTest          : Started GruppenControllerTest in 2.244 seconds (JVM running for 39.523)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.87 s - in de.fhdw.hfw417.dokumentenpostfach.controller.GruppenControllerTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.controller.AuthControllerTest
2023-02-11 07:19:05.883  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.controller.AuthControllerTest], using SpringBootContextLoader
2023-02-11 07:19:05.884  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.controller.AuthControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:19:05.884  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.controller.AuthControllerTest]: AuthControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:19:05.886  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.controller.AuthControllerTest
2023-02-11 07:19:05.899  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:19:05.899  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5effc15d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2a7ed9bd, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7ba38cce, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@28dae87e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@80f3111, org.springframework.test.context.transaction.TransactionalTestExecutionListener@54e0b29c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@33428132, org.springframework.test.context.event.EventPublishingTestExecutionListener@4c24063c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3dd22110, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6cf71064, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4b9b57d9, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@2762bd70, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@b94c22d]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:19:05.932  INFO 21321 --- [           main] d.f.h.d.controller.AuthControllerTest    : Starting AuthControllerTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:19:05.934  INFO 21321 --- [           main] d.f.h.d.controller.AuthControllerTest    : The following profiles are active: test
2023-02-11 07:19:06.121  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:19:06.145  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:19:06.360  INFO 21321 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 0 (http)
2023-02-11 07:19:06.361  INFO 21321 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-02-11 07:19:06.366  INFO 21321 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.33]
2023-02-11 07:19:06.401  INFO 21321 --- [           main] o.a.c.c.C.[Tomcat-1].[localhost].[/]     : Initializing Spring embedded WebApplicationContext
2023-02-11 07:19:06.401  INFO 21321 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 464 ms
2023-02-11 07:19:06.413  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.AuthController.
2023-02-11 07:19:06.414  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController.
2023-02-11 07:19:06.414  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController.
2023-02-11 07:19:06.414  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController.
2023-02-11 07:19:06.414  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController.
2023-02-11 07:19:06.851  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:19:06.879  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.879+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21737 port=44619 dbpath=/tmp/embedmongo-db-976f7490-48b6-48ba-b4e3-5878fb2b4167 64-bit host=fhdwdev
2023-02-11 07:19:06.880  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.879+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:19:06.880  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.879+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:19:06.880  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.879+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:19:06.880  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.879+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:19:06.880  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.879+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:19:06.880  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.879+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:19:06.880  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.879+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:19:06.880  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.879+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 44619 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-976f7490-48b6-48ba-b4e3-5878fb2b4167", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:19:06.920  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.920+0100 I STORAGE  [initandlisten] 
2023-02-11 07:19:06.920  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.920+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:19:06.920  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.920+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:19:06.920  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.920+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:19:06.980  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.980+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:19:06.980  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.980+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:06.980  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.980+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:19:06.980  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.980+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:19:06.980  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.980+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:06.980  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.980+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:06.980  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.980+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:19:06.980  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.980+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:19:06.980  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.980+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:06.990  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:06.990+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-976f7490-48b6-48ba-b4e3-5878fb2b4167/diagnostic.data'
2023-02-11 07:19:07.010  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:07.010+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:19:07.010  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:07.010+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:19:07.011  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:07.011+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:19:07.011  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:07.011+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:19:07.014  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:07.014+0100 I NETWORK  [thread1] waiting for connections on port 44619
2023-02-11 07:19:07.014  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@3ec8c874
2023-02-11 07:19:07.016  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:44619], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:19:07.017  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:44619 to client view of cluster
2023-02-11 07:19:07.026  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:07.026+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:51880 #1 (1 connection now open)
2023-02-11 07:19:07.030  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:07.030+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:51880 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:19:07.034  INFO 21321 --- [localhost:44619] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:22, serverValue:1}] to localhost:44619
2023-02-11 07:19:07.035  INFO 21321 --- [localhost:44619] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:44619, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=519180}
2023-02-11 07:19:07.059  INFO 21321 --- [localhost:44619] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:19:07.494  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:07.764  INFO 21321 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 36885 (http) with context path ''
2023-02-11 07:19:07.765  INFO 21321 --- [           main] d.f.h.d.controller.AuthControllerTest    : Started AuthControllerTest in 1.863 seconds (JVM running for 43.997)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.427 s - in de.fhdw.hfw417.dokumentenpostfach.controller.AuthControllerTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerControllerTest
2023-02-11 07:19:08.313  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerControllerTest], using SpringBootContextLoader
2023-02-11 07:19:08.314  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:19:08.314  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerControllerTest]: BenutzerControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:19:08.324  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerControllerTest
2023-02-11 07:19:08.325  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:19:08.327  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4dcdc172, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7900d917, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7bb50de0, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@63916a3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@25dc8147, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5aeb2c8a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@962e03a, org.springframework.test.context.event.EventPublishingTestExecutionListener@472073bb, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@63714a1, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@53bf791, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1bc6a43c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5f3fa154, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6193340e]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:19:08.366  INFO 21321 --- [           main] d.f.h.d.c.BenutzerControllerTest         : Starting BenutzerControllerTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:19:08.371  INFO 21321 --- [           main] d.f.h.d.c.BenutzerControllerTest         : The following profiles are active: test
2023-02-11 07:19:08.607  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:19:08.644  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 33ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:19:08.835  INFO 21321 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 0 (http)
2023-02-11 07:19:08.836  INFO 21321 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-02-11 07:19:08.836  INFO 21321 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.33]
2023-02-11 07:19:08.851  INFO 21321 --- [           main] o.a.c.c.C.[Tomcat-2].[localhost].[/]     : Initializing Spring embedded WebApplicationContext
2023-02-11 07:19:08.851  INFO 21321 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 478 ms
2023-02-11 07:19:08.868  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.AuthController.
2023-02-11 07:19:08.875  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController.
2023-02-11 07:19:08.878  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController.
2023-02-11 07:19:08.879  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController.
2023-02-11 07:19:08.879  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController.
2023-02-11 07:19:09.298  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:19:09.331  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.331+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21777 port=34205 dbpath=/tmp/embedmongo-db-84a69df9-a185-4205-8344-7860e182ee26 64-bit host=fhdwdev
2023-02-11 07:19:09.331  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.331+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:19:09.331  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.331+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:19:09.331  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.331+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:19:09.331  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.331+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:19:09.331  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.331+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:19:09.331  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.331+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:19:09.331  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.331+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:19:09.331  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.331+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 34205 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-84a69df9-a185-4205-8344-7860e182ee26", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:19:09.397  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.397+0100 I STORAGE  [initandlisten] 
2023-02-11 07:19:09.397  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.397+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:19:09.397  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.397+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:19:09.397  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.397+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:19:09.462  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.461+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:19:09.462  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.461+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:09.462  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.461+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:19:09.462  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.462+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:19:09.462  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.462+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:09.462  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.462+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:09.462  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.462+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:19:09.462  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.462+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:19:09.462  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.462+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:09.471  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.471+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-84a69df9-a185-4205-8344-7860e182ee26/diagnostic.data'
2023-02-11 07:19:09.487  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.487+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:19:09.487  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.487+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:19:09.488  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.488+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:19:09.488  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.488+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:19:09.494  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.494+0100 I NETWORK  [thread1] waiting for connections on port 34205
2023-02-11 07:19:09.494  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@6dd0e2f4
2023-02-11 07:19:09.497  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:34205], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:19:09.497  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:34205 to client view of cluster
2023-02-11 07:19:09.503  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.503+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:41758 #1 (1 connection now open)
2023-02-11 07:19:09.514  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:09.509+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:41758 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:19:09.519  INFO 21321 --- [localhost:34205] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:23, serverValue:1}] to localhost:34205
2023-02-11 07:19:09.522  INFO 21321 --- [localhost:34205] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:34205, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=2614905}
2023-02-11 07:19:09.524  INFO 21321 --- [localhost:34205] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:19:09.975  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:10.281  INFO 21321 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 37033 (http) with context path ''
2023-02-11 07:19:10.282  INFO 21321 --- [           main] d.f.h.d.c.BenutzerControllerTest         : Started BenutzerControllerTest in 1.953 seconds (JVM running for 46.514)
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.476 s - in de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerControllerTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.controller.DokumentControllerTest
2023-02-11 07:19:10.804  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.controller.DokumentControllerTest], using SpringBootContextLoader
2023-02-11 07:19:10.806  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.controller.DokumentControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:19:10.806  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.controller.DokumentControllerTest]: DokumentControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:19:10.807  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.controller.DokumentControllerTest
2023-02-11 07:19:10.813  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:19:10.814  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@33e09baf, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4c02f50, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@35852b6, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@27d6ff8c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@105c253a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@156322ce, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@546f0f36, org.springframework.test.context.event.EventPublishingTestExecutionListener@44d5a0a8, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@35d128fd, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@39a809db, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1512a767, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7c2b858d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4001dc35]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:19:10.846  INFO 21321 --- [           main] d.f.h.d.c.DokumentControllerTest         : Starting DokumentControllerTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:19:10.846  INFO 21321 --- [           main] d.f.h.d.c.DokumentControllerTest         : The following profiles are active: test
2023-02-11 07:19:10.945  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:19:10.968  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:19:11.198  INFO 21321 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 0 (http)
2023-02-11 07:19:11.210  INFO 21321 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-02-11 07:19:11.210  INFO 21321 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.33]
2023-02-11 07:19:11.243  INFO 21321 --- [           main] o.a.c.c.C.[Tomcat-3].[localhost].[/]     : Initializing Spring embedded WebApplicationContext
2023-02-11 07:19:11.243  INFO 21321 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 395 ms
2023-02-11 07:19:11.257  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.AuthController.
2023-02-11 07:19:11.258  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController.
2023-02-11 07:19:11.258  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController.
2023-02-11 07:19:11.258  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController.
2023-02-11 07:19:11.258  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController.
2023-02-11 07:19:11.496  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:19:11.499  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.499+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21841 port=42983 dbpath=/tmp/embedmongo-db-b7805286-633a-4b51-b9c1-a3acd738738c 64-bit host=fhdwdev
2023-02-11 07:19:11.499  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.499+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:19:11.499  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.499+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:19:11.499  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.499+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:19:11.499  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.499+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:19:11.499  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.499+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:19:11.499  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.499+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:19:11.499  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.499+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:19:11.499  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.499+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 42983 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-b7805286-633a-4b51-b9c1-a3acd738738c", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:19:11.525  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.525+0100 I STORAGE  [initandlisten] 
2023-02-11 07:19:11.525  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.525+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:19:11.525  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.525+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:19:11.525  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.525+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:19:11.563  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.562+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:19:11.563  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.562+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:11.563  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.562+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:19:11.563  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.562+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:19:11.563  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.562+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:11.563  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.563+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:11.563  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.563+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:19:11.563  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.563+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:19:11.563  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.563+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:11.579  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.579+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-b7805286-633a-4b51-b9c1-a3acd738738c/diagnostic.data'
2023-02-11 07:19:11.593  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.593+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:19:11.593  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.593+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:19:11.593  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.593+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:19:11.593  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.593+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:19:11.602  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.602+0100 I NETWORK  [thread1] waiting for connections on port 42983
2023-02-11 07:19:11.602  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@33684b87
2023-02-11 07:19:11.605  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:42983], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:19:11.605  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:42983 to client view of cluster
2023-02-11 07:19:11.608  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.608+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:43056 #1 (1 connection now open)
2023-02-11 07:19:11.621  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:11.620+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:43056 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:19:11.627  INFO 21321 --- [localhost:42983] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:24, serverValue:1}] to localhost:42983
2023-02-11 07:19:11.627  INFO 21321 --- [localhost:42983] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:42983, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=502184}
2023-02-11 07:19:11.628  INFO 21321 --- [localhost:42983] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:19:11.990  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:12.453  INFO 21321 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 45619 (http) with context path ''
2023-02-11 07:19:12.453  INFO 21321 --- [           main] d.f.h.d.c.DokumentControllerTest         : Started DokumentControllerTest in 1.637 seconds (JVM running for 48.686)
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.182 s - in de.fhdw.hfw417.dokumentenpostfach.controller.DokumentControllerTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.controller.MandantenControllerTest
2023-02-11 07:19:12.993  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fhdw.hfw417.dokumentenpostfach.controller.MandantenControllerTest], using SpringBootContextLoader
2023-02-11 07:19:12.997  INFO 21321 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [de.fhdw.hfw417.dokumentenpostfach.controller.MandantenControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2023-02-11 07:19:12.998  INFO 21321 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [de.fhdw.hfw417.dokumentenpostfach.controller.MandantenControllerTest]: MandantenControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-02-11 07:19:13.010  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach for test class de.fhdw.hfw417.dokumentenpostfach.controller.MandantenControllerTest
2023-02-11 07:19:13.011  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-02-11 07:19:13.021  INFO 21321 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5d55eb7a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1ae11dd3, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@79ae2d13, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@7ce87f9d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@e944541, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1c89cec5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1447bef2, org.springframework.test.context.event.EventPublishingTestExecutionListener@2b6c3f70, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@77ec911, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@55d3c0dd, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@7c4a44bb, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@369773fd, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@47d0127f]
  ____            _                                         _                                          _      __                  _
 |  _ \    ___   | | __  _   _   _ __ ___     ___   _ __   | |_    ___   _ __    _ __     ___    ___  | |_   / _|   __ _    ___  | |__
 | | | |  / _ \  | |/ / | | | | | '_ ` _ \   / _ \ | '_ \  | __|  / _ \ | '_ \  | '_ \   / _ \  / __| | __| | |_   / _` |  / __| | '_ \
 | |_| | | (_) | |   <  | |_| | | | | | | | |  __/ | | | | | |_  |  __/ | | | | | |_) | | (_) | \__ \ | |_  |  _| | (_| | | (__  | | | |
 |____/   \___/  |_|\_\  \__,_| |_| |_| |_|  \___| |_| |_|  \__|  \___| |_| |_| | .__/   \___/  |___/  \__| |_|    \__,_|  \___| |_| |_|
                                                                                |_|
2023-02-11 07:19:13.081  INFO 21321 --- [           main] d.f.h.d.c.MandantenControllerTest        : Starting MandantenControllerTest on fhdwdev with PID 21321 (started by jenkins in /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend)
2023-02-11 07:19:13.090  INFO 21321 --- [           main] d.f.h.d.c.MandantenControllerTest        : The following profiles are active: test
2023-02-11 07:19:13.310  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2023-02-11 07:19:13.366  INFO 21321 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 4 MongoDB repository interfaces.
2023-02-11 07:19:13.619  INFO 21321 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 0 (http)
2023-02-11 07:19:13.632  INFO 21321 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-02-11 07:19:13.632  INFO 21321 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.33]
2023-02-11 07:19:13.647  INFO 21321 --- [           main] o.a.c.c.C.[Tomcat-4].[localhost].[/]     : Initializing Spring embedded WebApplicationContext
2023-02-11 07:19:13.654  INFO 21321 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 563 ms
2023-02-11 07:19:13.667  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.AuthController.
2023-02-11 07:19:13.670  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController.
2023-02-11 07:19:13.671  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController.
2023-02-11 07:19:13.672  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController.
2023-02-11 07:19:13.672  INFO 21321 --- [           main] d.f.h.d.config.AppConfig                 : About to register JAX-RS resource de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController.
2023-02-11 07:19:14.093  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : note: noprealloc may hurt performance in many applications
2023-02-11 07:19:14.108  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.107+0100 I CONTROL  [initandlisten] MongoDB starting : pid=21890 port=35967 dbpath=/tmp/embedmongo-db-e83d505d-14c7-4ef5-9e1f-37b3d3cd3e28 64-bit host=fhdwdev
2023-02-11 07:19:14.108  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.108+0100 I CONTROL  [initandlisten] db version v3.5.5
2023-02-11 07:19:14.108  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.108+0100 I CONTROL  [initandlisten] git version: 98515c812b6fa893613f063dae568ff8319cbfbd
2023-02-11 07:19:14.108  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.108+0100 I CONTROL  [initandlisten] allocator: tcmalloc
2023-02-11 07:19:14.108  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.108+0100 I CONTROL  [initandlisten] modules: none
2023-02-11 07:19:14.108  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.108+0100 I CONTROL  [initandlisten] build environment:
2023-02-11 07:19:14.108  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.108+0100 I CONTROL  [initandlisten]     distarch: x86_64
2023-02-11 07:19:14.108  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.108+0100 I CONTROL  [initandlisten]     target_arch: x86_64
2023-02-11 07:19:14.108  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.108+0100 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 35967 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/embedmongo-db-e83d505d-14c7-4ef5-9e1f-37b3d3cd3e28", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true }, syncPeriodSecs: 0.0 } }
2023-02-11 07:19:14.161  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.161+0100 I STORAGE  [initandlisten] 
2023-02-11 07:19:14.161  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.161+0100 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2023-02-11 07:19:14.161  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.161+0100 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-02-11 07:19:14.161  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.161+0100 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=3472M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=0,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),,log=(enabled=false),
2023-02-11 07:19:14.219  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.219+0100 W STORAGE  [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
2023-02-11 07:19:14.219  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.219+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:14.219  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.219+0100 I CONTROL  [initandlisten] ** NOTE: This is a development version (3.5.5) of MongoDB.
2023-02-11 07:19:14.219  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.219+0100 I CONTROL  [initandlisten] **       Not recommended for production.
2023-02-11 07:19:14.219  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.219+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:14.219  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.219+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:14.219  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.219+0100 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2023-02-11 07:19:14.219  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.219+0100 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2023-02-11 07:19:14.219  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.219+0100 I CONTROL  [initandlisten] 
2023-02-11 07:19:14.230  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.229+0100 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/embedmongo-db-e83d505d-14c7-4ef5-9e1f-37b3d3cd3e28/diagnostic.data'
2023-02-11 07:19:14.245  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.245+0100 I INDEX    [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
2023-02-11 07:19:14.245  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.245+0100 I INDEX    [initandlisten] 	 building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2023-02-11 07:19:14.245  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.245+0100 I INDEX    [initandlisten] build index done.  scanned 0 total records. 0 secs
2023-02-11 07:19:14.246  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.246+0100 I COMMAND  [initandlisten] setting featureCompatibilityVersion to 3.4
2023-02-11 07:19:14.254  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.254+0100 I NETWORK  [thread1] waiting for connections on port 35967
2023-02-11 07:19:14.254  INFO 21321 --- [           main] d.f.embed.mongo.MongodExecutable         : start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@15ddf775
2023-02-11 07:19:14.257  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:35967], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2023-02-11 07:19:14.257  INFO 21321 --- [           main] org.mongodb.driver.cluster               : Adding discovered server localhost:35967 to client view of cluster
2023-02-11 07:19:14.261  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.261+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:58214 #1 (1 connection now open)
2023-02-11 07:19:14.264  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:14.264+0100 I NETWORK  [conn1] received client metadata from 127.0.0.1:58214 conn1: { driver: { name: "mongo-java-driver|legacy", version: "3.11.2" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.15.80-gentoo" }, platform: "Java/Eclipse Adoptium/11.0.18+10" }
2023-02-11 07:19:14.274  INFO 21321 --- [localhost:35967] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:25, serverValue:1}] to localhost:35967
2023-02-11 07:19:14.276  INFO 21321 --- [localhost:35967] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:35967, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 5, 5]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=2305056}
2023-02-11 07:19:14.283  INFO 21321 --- [localhost:35967] org.mongodb.driver.cluster               : Discovered cluster type of STANDALONE
2023-02-11 07:19:14.598  INFO 21321 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:14.959  INFO 21321 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 41019 (http) with context path ''
2023-02-11 07:19:14.959  INFO 21321 --- [           main] d.f.h.d.c.MandantenControllerTest        : Started MandantenControllerTest in 1.921 seconds (JVM running for 51.191)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.31 s - in de.fhdw.hfw417.dokumentenpostfach.controller.MandantenControllerTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.model.dokument.InhaltsTypTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in de.fhdw.hfw417.dokumentenpostfach.model.dokument.InhaltsTypTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.model.dokument.DokumentenTypTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in de.fhdw.hfw417.dokumentenpostfach.model.dokument.DokumentenTypTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.model.dokument.GelesenStatusTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in de.fhdw.hfw417.dokumentenpostfach.model.dokument.GelesenStatusTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.model.benutzer.StandardBenutzerTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in de.fhdw.hfw417.dokumentenpostfach.model.benutzer.StandardBenutzerTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.model.benutzer.MandantenTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in de.fhdw.hfw417.dokumentenpostfach.model.benutzer.MandantenTest
[INFO] Running de.fhdw.hfw417.dokumentenpostfach.model.benutzer.BenutzergruppenTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in de.fhdw.hfw417.dokumentenpostfach.model.benutzer.BenutzergruppenTest
2023-02-11 07:19:15.390  INFO 21321 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:15.390  INFO 21321 --- [extShutdownHook] org.mongodb.driver.connection            : Closed connection [connectionId{localValue:5, serverValue:2}] to localhost:41669 because the pool has been closed.
2023-02-11 07:19:15.390  INFO 21321 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:15.392  INFO 21321 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:15.392  INFO 21321 --- [extShutdownHook] org.mongodb.driver.connection            : Closed connection [connectionId{localValue:3, serverValue:3}] to localhost:45053 because the pool has been closed.
2023-02-11 07:19:15.393  INFO 21321 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:15.393  INFO 21321 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:15.393  INFO 21321 --- [extShutdownHook] org.mongodb.driver.connection            : Closed connection [connectionId{localValue:8, serverValue:2}] to localhost:33737 because the pool has been closed.
2023-02-11 07:19:15.394  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.394+0100 I -        [conn1] end connection 127.0.0.1:51880 (1 connection now open)
2023-02-11 07:19:15.394  INFO 21321 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:15.395  INFO 21321 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:15.395  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.394+0100 I -        [conn1] end connection 127.0.0.1:41780 (1 connection now open)
2023-02-11 07:19:15.395  INFO 21321 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:15.396  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.395+0100 I -        [conn1] end connection 127.0.0.1:58214 (1 connection now open)
2023-02-11 07:19:15.396  INFO 21321 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:15.397  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.397+0100 I -        [conn1] end connection 127.0.0.1:43056 (1 connection now open)
2023-02-11 07:19:15.402  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.396+0100 I -        [conn1] end connection 127.0.0.1:41758 (1 connection now open)
2023-02-11 07:19:15.402  INFO 21321 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:15.403  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.395+0100 I -        [conn1] end connection 127.0.0.1:36642 (1 connection now open)
2023-02-11 07:19:15.403  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.403+0100 I -        [conn1] end connection 127.0.0.1:57832 (1 connection now open)
2023-02-11 07:19:15.403  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.403+0100 I -        [conn2] end connection 127.0.0.1:57098 (2 connections now open)
2023-02-11 07:19:15.404  INFO 21321 --- [extShutdownHook] org.mongodb.driver.connection            : Closed connection [connectionId{localValue:2, serverValue:2}] to localhost:45053 because the pool has been closed.
2023-02-11 07:19:15.404  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.404+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:51890 #2 (1 connection now open)
2023-02-11 07:19:15.404  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.404+0100 I -        [conn3] end connection 127.0.0.1:56986 (3 connections now open)
2023-02-11 07:19:15.404  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.404+0100 I -        [conn1] end connection 127.0.0.1:57082 (1 connection now open)
2023-02-11 07:19:15.405  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.404+0100 I -        [conn2] end connection 127.0.0.1:46934 (2 connections now open)
2023-02-11 07:19:15.405  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.405+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:38448 #2 (1 connection now open)
2023-02-11 07:19:15.405  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.405+0100 I -        [conn1] end connection 127.0.0.1:46920 (1 connection now open)
2023-02-11 07:19:15.405  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.405+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:58228 #2 (1 connection now open)
2023-02-11 07:19:15.405  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.405+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:60146 #2 (1 connection now open)
2023-02-11 07:19:15.406  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.406+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:41764 #2 (1 connection now open)
2023-02-11 07:19:15.414  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.414+0100 I COMMAND  [conn2] terminating, shutdown command received
2023-02-11 07:19:15.415  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.415+0100 I NETWORK  [conn2] shutdown: going to close listening sockets...
2023-02-11 07:19:15.415  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.415+0100 I COMMAND  [conn2] terminating, shutdown command received
2023-02-11 07:19:15.415  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.415+0100 I NETWORK  [conn2] shutdown: going to close listening sockets...
2023-02-11 07:19:15.415  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.415+0100 I NETWORK  [conn2] closing listening socket: 7
2023-02-11 07:19:15.415  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.415+0100 I NETWORK  [conn2] closing listening socket: 8
2023-02-11 07:19:15.415  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.415+0100 I NETWORK  [conn2] removing socket file: /tmp/mongodb-44619.sock
2023-02-11 07:19:15.416  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.415+0100 I NETWORK  [conn2] shutdown: going to flush diaglog...
2023-02-11 07:19:15.416  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.416+0100 I COMMAND  [conn2] terminating, shutdown command received
2023-02-11 07:19:15.416  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.416+0100 I NETWORK  [conn2] shutdown: going to close listening sockets...
2023-02-11 07:19:15.416  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.416+0100 I NETWORK  [conn2] closing listening socket: 7
2023-02-11 07:19:15.416  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.416+0100 I NETWORK  [conn2] closing listening socket: 8
2023-02-11 07:19:15.416  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.416+0100 I NETWORK  [conn2] removing socket file: /tmp/mongodb-33075.sock
2023-02-11 07:19:15.416  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.416+0100 I NETWORK  [conn2] shutdown: going to flush diaglog...
2023-02-11 07:19:15.416  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.416+0100 I FTDC     [conn2] Shutting down full-time diagnostic data capture
2023-02-11 07:19:15.416  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.416+0100 I NETWORK  [conn2] closing listening socket: 7
2023-02-11 07:19:15.416  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.416+0100 I NETWORK  [conn2] closing listening socket: 8
2023-02-11 07:19:15.416  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.416+0100 I NETWORK  [conn2] removing socket file: /tmp/mongodb-46519.sock
2023-02-11 07:19:15.416  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.416+0100 I NETWORK  [conn2] shutdown: going to flush diaglog...
2023-02-11 07:19:15.417  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.417+0100 I FTDC     [conn2] Shutting down full-time diagnostic data capture
2023-02-11 07:19:15.417  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.417+0100 I FTDC     [conn2] Shutting down full-time diagnostic data capture
2023-02-11 07:19:15.417  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.417+0100 I COMMAND  [conn2] terminating, shutdown command received
2023-02-11 07:19:15.418  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.418+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:54862 #3 (1 connection now open)
2023-02-11 07:19:15.418  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.418+0100 I -        [conn2] end connection 127.0.0.1:56972 (2 connections now open)
2023-02-11 07:19:15.419  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.419+0100 I -        [conn1] end connection 127.0.0.1:54018 (1 connection now open)
2023-02-11 07:19:15.419  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.418+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:58726 #3 (1 connection now open)
2023-02-11 07:19:15.419  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.419+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:43064 #2 (1 connection now open)
2023-02-11 07:19:15.420  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.419+0100 I COMMAND  [conn3] terminating, shutdown command received
2023-02-11 07:19:15.420  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.420+0100 I NETWORK  [conn2] shutdown: going to close listening sockets...
2023-02-11 07:19:15.420  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.419+0100 I NETWORK  [conn3] shutdown: going to close listening sockets...
2023-02-11 07:19:15.420  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.419+0100 I NETWORK  [conn3] closing listening socket: 7
2023-02-11 07:19:15.420  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.419+0100 I NETWORK  [conn3] closing listening socket: 8
2023-02-11 07:19:15.420  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.419+0100 I NETWORK  [conn3] removing socket file: /tmp/mongodb-41669.sock
2023-02-11 07:19:15.420  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.419+0100 I NETWORK  [conn3] shutdown: going to flush diaglog...
2023-02-11 07:19:15.420  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.419+0100 I FTDC     [conn3] Shutting down full-time diagnostic data capture
2023-02-11 07:19:15.420  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.420+0100 I NETWORK  [conn2] closing listening socket: 7
2023-02-11 07:19:15.420  INFO 21321 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2023-02-11 07:19:15.420  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.420+0100 I NETWORK  [conn2] closing listening socket: 8
2023-02-11 07:19:15.420  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.420+0100 I NETWORK  [conn2] removing socket file: /tmp/mongodb-35967.sock
2023-02-11 07:19:15.420  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.420+0100 I NETWORK  [conn2] shutdown: going to flush diaglog...
2023-02-11 07:19:15.421  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.420+0100 I -        [conn1] end connection 127.0.0.1:55892 (1 connection now open)
2023-02-11 07:19:15.421  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.421+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:44916 #4 (1 connection now open)
2023-02-11 07:19:15.421  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.421+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:58314 #2 (1 connection now open)
2023-02-11 07:19:15.421  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.421+0100 I FTDC     [conn2] Shutting down full-time diagnostic data capture
2023-02-11 07:19:15.422  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.422+0100 I COMMAND  [conn2] terminating, shutdown command received
2023-02-11 07:19:15.422  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.422+0100 I NETWORK  [conn2] shutdown: going to close listening sockets...
2023-02-11 07:19:15.422  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.422+0100 I NETWORK  [conn2] closing listening socket: 7
2023-02-11 07:19:15.422  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.422+0100 I NETWORK  [conn2] closing listening socket: 8
2023-02-11 07:19:15.422  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.422+0100 I NETWORK  [conn2] removing socket file: /tmp/mongodb-39913.sock
2023-02-11 07:19:15.422  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.422+0100 I NETWORK  [conn2] shutdown: going to flush diaglog...
2023-02-11 07:19:15.422  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.422+0100 I FTDC     [conn2] Shutting down full-time diagnostic data capture
2023-02-11 07:19:15.424  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.424+0100 I STORAGE  [conn2] WiredTigerKVEngine shutting down
2023-02-11 07:19:15.426  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.426+0100 I NETWORK  [thread1] connection accepted from 127.0.0.1:58984 #2 (1 connection now open)
2023-02-11 07:19:15.430  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.430+0100 I STORAGE  [conn2] WiredTigerKVEngine shutting down
2023-02-11 07:19:15.431  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.431+0100 I STORAGE  [conn2] WiredTigerKVEngine shutting down
2023-02-11 07:19:15.432  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.432+0100 I STORAGE  [conn2] WiredTigerKVEngine shutting down
2023-02-11 07:19:15.433  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.433+0100 I STORAGE  [conn2] WiredTigerKVEngine shutting down
2023-02-11 07:19:15.434  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.434+0100 I STORAGE  [conn3] WiredTigerKVEngine shutting down
2023-02-11 07:19:15.438  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.438+0100 I COMMAND  [conn3] terminating, shutdown command received
2023-02-11 07:19:15.438  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.438+0100 I NETWORK  [conn3] shutdown: going to close listening sockets...
2023-02-11 07:19:15.438  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.438+0100 I NETWORK  [conn3] closing listening socket: 7
2023-02-11 07:19:15.439  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.438+0100 I NETWORK  [conn3] closing listening socket: 8
2023-02-11 07:19:15.439  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.439+0100 I NETWORK  [conn3] removing socket file: /tmp/mongodb-33737.sock
2023-02-11 07:19:15.439  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.439+0100 I NETWORK  [conn3] shutdown: going to flush diaglog...
2023-02-11 07:19:15.439  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.439+0100 I FTDC     [conn3] Shutting down full-time diagnostic data capture
2023-02-11 07:19:15.439  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.439+0100 I COMMAND  [conn2] terminating, shutdown command received
2023-02-11 07:19:15.439  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.439+0100 I NETWORK  [conn2] shutdown: going to close listening sockets...
2023-02-11 07:19:15.439  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.439+0100 I NETWORK  [conn2] closing listening socket: 7
2023-02-11 07:19:15.439  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.439+0100 I NETWORK  [conn2] closing listening socket: 8
2023-02-11 07:19:15.439  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.439+0100 I NETWORK  [conn2] removing socket file: /tmp/mongodb-42983.sock
2023-02-11 07:19:15.439  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.439+0100 I NETWORK  [conn2] shutdown: going to flush diaglog...
2023-02-11 07:19:15.439  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.439+0100 I FTDC     [conn2] Shutting down full-time diagnostic data capture
2023-02-11 07:19:15.441  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.441+0100 I STORAGE  [conn2] WiredTigerKVEngine shutting down
2023-02-11 07:19:15.441  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.441+0100 I COMMAND  [conn4] terminating, shutdown command received
2023-02-11 07:19:15.441  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.441+0100 I NETWORK  [conn4] shutdown: going to close listening sockets...
2023-02-11 07:19:15.441  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.441+0100 I NETWORK  [conn4] closing listening socket: 7
2023-02-11 07:19:15.441  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.441+0100 I NETWORK  [conn4] closing listening socket: 8
2023-02-11 07:19:15.441  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.441+0100 I NETWORK  [conn4] removing socket file: /tmp/mongodb-45053.sock
2023-02-11 07:19:15.441  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.441+0100 I NETWORK  [conn4] shutdown: going to flush diaglog...
2023-02-11 07:19:15.441  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.441+0100 I FTDC     [conn4] Shutting down full-time diagnostic data capture
2023-02-11 07:19:15.444  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.444+0100 I COMMAND  [conn2] terminating, shutdown command received
2023-02-11 07:19:15.444  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.444+0100 I NETWORK  [conn2] shutdown: going to close listening sockets...
2023-02-11 07:19:15.444  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.444+0100 I NETWORK  [conn2] closing listening socket: 7
2023-02-11 07:19:15.444  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.444+0100 I NETWORK  [conn2] closing listening socket: 8
2023-02-11 07:19:15.444  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.444+0100 I NETWORK  [conn2] removing socket file: /tmp/mongodb-42325.sock
2023-02-11 07:19:15.444  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.444+0100 I NETWORK  [conn2] shutdown: going to flush diaglog...
2023-02-11 07:19:15.444  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.444+0100 I FTDC     [conn2] Shutting down full-time diagnostic data capture
2023-02-11 07:19:15.446  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.446+0100 I STORAGE  [conn3] WiredTigerKVEngine shutting down
2023-02-11 07:19:15.448  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.448+0100 I STORAGE  [conn2] WiredTigerKVEngine shutting down
2023-02-11 07:19:15.448  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.448+0100 I COMMAND  [conn2] terminating, shutdown command received
2023-02-11 07:19:15.448  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.448+0100 I NETWORK  [conn2] shutdown: going to close listening sockets...
2023-02-11 07:19:15.448  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.448+0100 I NETWORK  [conn2] closing listening socket: 7
2023-02-11 07:19:15.448  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.448+0100 I NETWORK  [conn2] closing listening socket: 8
2023-02-11 07:19:15.448  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.448+0100 I NETWORK  [conn2] removing socket file: /tmp/mongodb-34205.sock
2023-02-11 07:19:15.448  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.448+0100 I NETWORK  [conn2] shutdown: going to flush diaglog...
2023-02-11 07:19:15.448  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.448+0100 I FTDC     [conn2] Shutting down full-time diagnostic data capture
2023-02-11 07:19:15.450  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.450+0100 I STORAGE  [conn2] WiredTigerKVEngine shutting down
2023-02-11 07:19:15.451  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.451+0100 I STORAGE  [conn4] WiredTigerKVEngine shutting down
2023-02-11 07:19:15.482  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.482+0100 I STORAGE  [conn2] shutdown: removing fs lock...
2023-02-11 07:19:15.482  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.482+0100 I CONTROL  [conn2] now exiting
2023-02-11 07:19:15.482  INFO 21321 --- [      Thread-40] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.482+0100 I CONTROL  [conn2] shutting down with code:0
2023-02-11 07:19:15.485  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.485+0100 I STORAGE  [conn2] shutdown: removing fs lock...
2023-02-11 07:19:15.486  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.485+0100 I CONTROL  [conn2] now exiting
2023-02-11 07:19:15.486  INFO 21321 --- [      Thread-17] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.485+0100 I CONTROL  [conn2] shutting down with code:0
2023-02-11 07:19:15.486  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.486+0100 I STORAGE  [conn2] shutdown: removing fs lock...
2023-02-11 07:19:15.486  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.486+0100 I CONTROL  [conn2] now exiting
2023-02-11 07:19:15.486  INFO 21321 --- [      Thread-52] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.486+0100 I CONTROL  [conn2] shutting down with code:0
2023-02-11 07:19:15.487  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.487+0100 I STORAGE  [conn2] shutdown: removing fs lock...
2023-02-11 07:19:15.487  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.487+0100 I CONTROL  [conn2] now exiting
2023-02-11 07:19:15.487  INFO 21321 --- [      Thread-20] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.487+0100 I CONTROL  [conn2] shutting down with code:0
2023-02-11 07:19:15.488  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.486+0100 I STORAGE  [conn2] shutdown: removing fs lock...
2023-02-11 07:19:15.488  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.486+0100 I CONTROL  [conn2] now exiting
2023-02-11 07:19:15.488  INFO 21321 --- [      Thread-36] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.486+0100 I CONTROL  [conn2] shutting down with code:0
2023-02-11 07:19:15.499  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.498+0100 I STORAGE  [conn3] shutdown: removing fs lock...
2023-02-11 07:19:15.499  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.498+0100 I CONTROL  [conn3] now exiting
2023-02-11 07:19:15.499  INFO 21321 --- [       Thread-8] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.498+0100 I CONTROL  [conn3] shutting down with code:0
2023-02-11 07:19:15.504  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.504+0100 I STORAGE  [conn2] shutdown: removing fs lock...
2023-02-11 07:19:15.505  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.505+0100 I STORAGE  [conn2] shutdown: removing fs lock...
2023-02-11 07:19:15.506  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.506+0100 I CONTROL  [conn2] now exiting
2023-02-11 07:19:15.506  INFO 21321 --- [      Thread-11] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.506+0100 I CONTROL  [conn2] shutting down with code:0
2023-02-11 07:19:15.510  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.510+0100 I CONTROL  [conn2] now exiting
2023-02-11 07:19:15.510  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.510+0100 I STORAGE  [conn2] shutdown: removing fs lock...
2023-02-11 07:19:15.510  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.510+0100 I CONTROL  [conn2] now exiting
2023-02-11 07:19:15.510  INFO 21321 --- [      Thread-44] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.510+0100 I CONTROL  [initandlisten] shutting down with code:0
2023-02-11 07:19:15.510  INFO 21321 --- [      Thread-48] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.510+0100 I CONTROL  [conn2] shutting down with code:0
2023-02-11 07:19:15.516  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.516+0100 I STORAGE  [conn3] shutdown: removing fs lock...
2023-02-11 07:19:15.516  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.516+0100 I CONTROL  [conn3] now exiting
2023-02-11 07:19:15.517  INFO 21321 --- [      Thread-14] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.516+0100 I CONTROL  [conn3] shutting down with code:0
2023-02-11 07:19:15.523  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.523+0100 I STORAGE  [conn4] shutdown: removing fs lock...
2023-02-11 07:19:15.523  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.523+0100 I CONTROL  [conn4] now exiting
2023-02-11 07:19:15.523  INFO 21321 --- [       Thread-3] o.s.b.a.mongo.embedded.EmbeddedMongo     : 2023-02-11T07:19:15.523+0100 I CONTROL  [conn4] shutting down with code:0
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   TransactionRepositoryTest.addGroup ยป IllegalState Failed to load ApplicationCo...
[INFO] 
[ERROR] Tests run: 136, Failures: 0, Errors: 1, Skipped: 2
[INFO] 
[ERROR] There are test failures.

Please refer to /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[JENKINS] Recording test results
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.2.0:javadoc (default) > generate-sources @ dokumentenpostfach >>>
[INFO] 
[INFO] >>> maven-pmd-plugin:3.13.0:check (pmd) > :pmd @ dokumentenpostfach >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:pmd (pmd) @ dokumentenpostfach ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.13.0:check (pmd) < :pmd @ dokumentenpostfach <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:check (pmd) @ dokumentenpostfach ---
[INFO] PMD version: 6.21.0
[INFO] 
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ dokumentenpostfach ---
[INFO] You have 0 Checkstyle violations.
[WARNING] Failed to getClass for org.apache.maven.plugins.javadoc.JavadocReport
[INFO] 
[INFO] <<< maven-javadoc-plugin:3.2.0:javadoc (default) < generate-sources @ dokumentenpostfach <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:javadoc (default) @ dokumentenpostfach ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package de.fhdw.hfw417.dokumentenpostfach...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.service...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.exception.dokument...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.exception...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.exception.benutzer...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.repository...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.controller...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.util...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.mapper...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.dto...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.model.dokument...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.model.benutzer...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.model...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.config...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.config.security...
Loading source files for package de.fhdw.hfw417.dokumentenpostfach.visitor...
Constructing Javadoc information...
Standard Doclet version 11.0.18
Building tree for all the packages and classes...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/Dokumentenpostfach.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/AppConfig.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/CORSFilter.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/DBTestdata.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/EmbeddedMongoConfig.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/MongoTransactionManagerConfig.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/security/AuthentificationFilter.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/security/PortalDocSecurityContext.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/security/Secured.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/AuthController.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/BenutzerController.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/DokumentController.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/GruppenController.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/MandantenController.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/AuthBenutzerDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/BenutzerDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/BenutzergruppenDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/BenutzerLoginDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/DokumentDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/DokumentEinstellenDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/MergeBenutzerDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/PasswortAenderungDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/ApiError.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/KonfliktException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/NichtGefundenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/PortalDocException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/PortalDocExceptionMapper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/UnauthorisiertException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/BenutzerExistiertBereitsException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/BenutzergruppeExistiertBereitsException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/BenutzergruppeNichtGefundenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/BenutzergruppeWirdReferenziertException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/BenutzerNichtGefundenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/KeinMandantGefundenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/MandantExistiertBereitsException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/MandantIstNichtAktivException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/PasswortStimmtNichtUebereinException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/RootAccountKannNichtGeloeschtWerdenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/RootBenutzerKannNichtGemergedWerdenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/dokument/DokumentNichtGefundenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/dokument/DokumentValidierungException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/dokument/KeineGemeinsamenMandantenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/dokument/RootAccountKannKeineDokumenteErhaltenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/mapper/BenutzergruppenMapper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/mapper/BenutzerMapper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/mapper/DokumentMapper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/AbstractBenutzer.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/AktivStatus.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/Benutzergruppe.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/InaktivStatus.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/LebenszyklusStatus.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/Mandant.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/Privileg.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/RootBenutzer.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/StandardBenutzer.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/dokument/Dokument.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/dokument/DokumentenTyp.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/dokument/GelesenStatus.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/dokument/InhaltsTyp.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/repository/BenutzerRepository.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/repository/DokumentRepository.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/repository/GruppenRepository.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/repository/MandantenRepository.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/AuthService.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/BenutzerService.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/DokumentService.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/GruppenService.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/MandantService.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/DokumentWrapper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/EnableEmbeddedMongo.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/JaxRsResource.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/JwtTokenHelper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/Konstanten.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/PasswordEncoderBean.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/StandardBenutzerWrapper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/visitor/BenutzerVisitor.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/security/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/security/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/dokument/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/dokument/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/mapper/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/mapper/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/dokument/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/dokument/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/repository/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/repository/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/visitor/package-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/visitor/package-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/constant-values.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/serialized-form.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/class-use/Dokumentenpostfach.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/class-use/AuthService.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/class-use/BenutzerService.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/class-use/GruppenService.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/class-use/DokumentService.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/class-use/MandantService.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/dokument/class-use/RootAccountKannKeineDokumenteErhaltenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/dokument/class-use/DokumentNichtGefundenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/dokument/class-use/DokumentValidierungException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/dokument/class-use/KeineGemeinsamenMandantenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/class-use/PortalDocException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/class-use/KonfliktException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/class-use/ApiError.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/class-use/UnauthorisiertException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/class-use/NichtGefundenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/class-use/PortalDocExceptionMapper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/class-use/BenutzerExistiertBereitsException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/class-use/RootAccountKannNichtGeloeschtWerdenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/class-use/BenutzerNichtGefundenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/class-use/BenutzergruppeExistiertBereitsException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/class-use/MandantIstNichtAktivException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/class-use/BenutzergruppeNichtGefundenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/class-use/RootBenutzerKannNichtGemergedWerdenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/class-use/MandantExistiertBereitsException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/class-use/KeinMandantGefundenException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/class-use/PasswortStimmtNichtUebereinException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/class-use/BenutzergruppeWirdReferenziertException.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/repository/class-use/BenutzerRepository.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/repository/class-use/GruppenRepository.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/repository/class-use/MandantenRepository.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/repository/class-use/DokumentRepository.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/class-use/MandantenController.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/class-use/DokumentController.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/class-use/BenutzerController.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/class-use/GruppenController.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/class-use/AuthController.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/class-use/JwtTokenHelper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/class-use/DokumentWrapper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/class-use/PasswordEncoderBean.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/class-use/Konstanten.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/class-use/StandardBenutzerWrapper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/class-use/EnableEmbeddedMongo.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/class-use/JaxRsResource.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/mapper/class-use/BenutzergruppenMapper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/mapper/class-use/DokumentMapper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/mapper/class-use/BenutzerMapper.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/class-use/DokumentDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/class-use/PasswortAenderungDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/class-use/DokumentEinstellenDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/class-use/BenutzergruppenDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/class-use/MergeBenutzerDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/class-use/BenutzerDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/class-use/AuthBenutzerDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/class-use/BenutzerLoginDTO.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/dokument/class-use/DokumentenTyp.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/dokument/class-use/GelesenStatus.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/dokument/class-use/InhaltsTyp.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/dokument/class-use/Dokument.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/class-use/InaktivStatus.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/class-use/Mandant.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/class-use/LebenszyklusStatus.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/class-use/StandardBenutzer.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/class-use/AktivStatus.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/class-use/AbstractBenutzer.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/class-use/RootBenutzer.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/class-use/Privileg.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/class-use/Benutzergruppe.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/class-use/CORSFilter.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/class-use/EmbeddedMongoConfig.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/class-use/DBTestdata.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/class-use/MongoTransactionManagerConfig.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/class-use/AppConfig.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/security/class-use/Secured.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/security/class-use/PortalDocSecurityContext.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/security/class-use/AuthentificationFilter.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/visitor/class-use/BenutzerVisitor.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/config/security/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/controller/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/dto/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/benutzer/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/exception/dokument/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/mapper/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/benutzer/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/model/dokument/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/repository/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/service/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/util/package-use.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/de/fhdw/hfw417/dokumentenpostfach/visitor/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/overview-tree.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/index-all.html...
Building index for all classes...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/allclasses-index.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/allpackages-index.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/allclasses.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/allclasses.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/index.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/overview-summary.html...
Generating /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site/apidocs/help-doc.html...
[JENKINS] Archiving  javadoc
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ dokumentenpostfach ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dokumentenpostfach] in [/var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/dokumentenpostfach-backend]
[INFO] Processing war project
[INFO] Webapp assembled in [236 msecs]
[INFO] Building war: /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/dokumentenpostfach-backend.war
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.2.6.RELEASE:repackage (repackage) @ dokumentenpostfach ---
[INFO] Replacing main artifact with repackaged archive
[INFO] 
[INFO] >>> spotbugs-maven-plugin:4.0.0:check (spotbugs) > :spotbugs @ dokumentenpostfach >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:4.0.0:spotbugs (spotbugs) @ dokumentenpostfach ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:4.0.0:check (spotbugs) < :spotbugs @ dokumentenpostfach <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:4.0.0:check (spotbugs) @ dokumentenpostfach ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ dokumentenpostfach ---
[INFO] Installing /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/dokumentenpostfach-backend.war to /var/lib/jenkins/.m2/repository/de/fhdw/hfw417/dokumentenpostfach/0.0.2-SNAPSHOT/dokumentenpostfach-0.0.2-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/hfw417/dokumentenpostfach/0.0.2-SNAPSHOT/dokumentenpostfach-0.0.2-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-site-plugin:3.8.2:site (default-site) @ dokumentenpostfach ---
[WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-metadata.xml
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-metadata.xml (1.2 kB at 830 B/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/plugins/maven-project-info-reports-plugin/3.4.2/maven-project-info-reports-plugin-3.4.2.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/plugins/maven-project-info-reports-plugin/3.4.2/maven-project-info-reports-plugin-3.4.2.pom (21 kB at 91 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/plugins/maven-project-info-reports-plugin/3.4.2/maven-project-info-reports-plugin-3.4.2.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/plugins/maven-project-info-reports-plugin/3.4.2/maven-project-info-reports-plugin-3.4.2.jar (295 kB at 966 kB/s)
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.2
[INFO] 15 reports detected for maven-project-info-reports-plugin:3.4.2: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
[INFO] Rendering site with default locale English (en)
[WARNING] Unable to find a URL to the parent project. The parent menu will NOT be added.
[INFO] Relativizing decoration links with respect to localized project URL: https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/dokumentenpostfach
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.2 skin.
[INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.4.2:dependencies
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/maven-metadata.xml
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/maven-metadata.xml (1.5 kB at 8.3 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.pom (11 kB at 47 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/felix/felix-parent/7/felix-parent-7.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/felix/felix-parent/7/felix-parent-7.pom (21 kB at 179 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.jar (212 kB at 951 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom (5.2 kB at 36 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 12 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 15 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 9.9 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 19 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 13 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 5.8 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 13 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 13 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 16 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 7.3 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom (2.7 kB at 26 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 175 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 86 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 36 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 84 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 651 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 30 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 41 kB/s)
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 41 kB/s)
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 123 kB/s)
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar (424 kB at 409 kB/s)
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar (3.2 MB at 2.5 MB/s)
[INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.4.2:dependency-info
[INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.4.2:dependency-management
[WARNING] Unable to create Maven project for com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.10.3 from repository.
[WARNING] Unable to create Maven project for com.fasterxml.jackson.module:jackson-module-scala_2.11:jar:2.10.3 from repository.
[WARNING] Unable to create Maven project for com.fasterxml.jackson.module:jackson-module-scala_2.12:jar:2.10.3 from repository.
[WARNING] Unable to create Maven project for com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.10.3 from repository.
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/kr/motd/maven/os-maven-plugin/maven-metadata.xml
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/kr/motd/maven/os-maven-plugin/maven-metadata.xml (879 B at 2.9 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/kr/motd/maven/os-maven-plugin/1.7.1/os-maven-plugin-1.7.1.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/kr/motd/maven/os-maven-plugin/1.7.1/os-maven-plugin-1.7.1.pom (6.1 kB at 63 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/kr/motd/maven/os-maven-plugin/1.7.1/os-maven-plugin-1.7.1.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/kr/motd/maven/os-maven-plugin/1.7.1/os-maven-plugin-1.7.1.jar (33 kB at 206 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/maven-metadata.xml
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/maven-metadata.xml (1.3 kB at 11 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom (9.1 kB at 71 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom (2.8 kB at 27 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom (19 kB at 198 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom (1.5 kB at 17 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom (36 kB at 154 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar (251 kB at 2.0 MB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.pom (2.2 kB at 13 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.pom (3.7 kB at 102 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.pom (2.5 kB at 51 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom (1.8 kB at 45 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.pom (6.4 kB at 86 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom (2.3 kB at 78 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.pom (1.9 kB at 54 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.pom (2.8 kB at 31 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.pom (4.9 kB at 69 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/nexus-components/2.15.1-02/nexus-components-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/nexus-components/2.15.1-02/nexus-components-2.15.1-02.pom (2.6 kB at 28 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom (42 kB at 478 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.15.1-02/nexus-buildsupport-all-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.15.1-02/nexus-buildsupport-all-2.15.1-02.pom (6.5 kB at 78 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.15.1-02/nexus-buildsupport-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.15.1-02/nexus-buildsupport-2.15.1-02.pom (2.2 kB at 18 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.15.1-02/nexus-buildsupport-commons-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.15.1-02/nexus-buildsupport-commons-2.15.1-02.pom (3.1 kB at 37 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.15.1-02/nexus-buildsupport-db-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.15.1-02/nexus-buildsupport-db-2.15.1-02.pom (3.2 kB at 44 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.15.1-02/nexus-buildsupport-gwt-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.15.1-02/nexus-buildsupport-gwt-2.15.1-02.pom (2.2 kB at 31 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.15.1-02/nexus-buildsupport-httpclient-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.15.1-02/nexus-buildsupport-httpclient-2.15.1-02.pom (2.1 kB at 25 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.15.1-02/nexus-buildsupport-insight-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.15.1-02/nexus-buildsupport-insight-2.15.1-02.pom (2.9 kB at 36 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.15.1-02/nexus-buildsupport-maven-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.15.1-02/nexus-buildsupport-maven-2.15.1-02.pom (7.1 kB at 94 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.15.1-02/nexus-buildsupport-messaging-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.15.1-02/nexus-buildsupport-messaging-2.15.1-02.pom (6.1 kB at 60 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.15.1-02/nexus-buildsupport-shiro-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.15.1-02/nexus-buildsupport-shiro-2.15.1-02.pom (3.4 kB at 39 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.15.1-02/nexus-buildsupport-bouncycastle-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.15.1-02/nexus-buildsupport-bouncycastle-2.15.1-02.pom (2.3 kB at 25 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.15.1-02/nexus-buildsupport-jetty-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.15.1-02/nexus-buildsupport-jetty-2.15.1-02.pom (4.6 kB at 59 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.15.1-02/nexus-buildsupport-goodies-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.15.1-02/nexus-buildsupport-goodies-2.15.1-02.pom (4.2 kB at 35 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.15.1-02/nexus-buildsupport-groovy-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.15.1-02/nexus-buildsupport-groovy-2.15.1-02.pom (3.1 kB at 21 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.15.1-02/nexus-buildsupport-guice-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.15.1-02/nexus-buildsupport-guice-2.15.1-02.pom (3.7 kB at 40 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.15.1-02/nexus-buildsupport-logging-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.15.1-02/nexus-buildsupport-logging-2.15.1-02.pom (3.3 kB at 35 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.15.1-02/nexus-buildsupport-osgi-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.15.1-02/nexus-buildsupport-osgi-2.15.1-02.pom (2.0 kB at 27 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.15.1-02/nexus-buildsupport-other-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.15.1-02/nexus-buildsupport-other-2.15.1-02.pom (7.3 kB at 72 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.15.1-02/nexus-buildsupport-plexus-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.15.1-02/nexus-buildsupport-plexus-2.15.1-02.pom (4.5 kB at 61 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.15.1-02/nexus-buildsupport-rest-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.15.1-02/nexus-buildsupport-rest-2.15.1-02.pom (5.1 kB at 71 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.15.1-02/nexus-buildsupport-testing-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.15.1-02/nexus-buildsupport-testing-2.15.1-02.pom (5.5 kB at 54 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.15.1-02/nexus-buildsupport-metrics-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.15.1-02/nexus-buildsupport-metrics-2.15.1-02.pom (3.0 kB at 39 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.pom (3.5 kB at 36 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.15.1-02/nexus-plugins-restlet1x-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.15.1-02/nexus-plugins-restlet1x-2.15.1-02.pom (6.2 kB at 55 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.15.1-02/nexus-plugins-2.15.1-02.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.15.1-02/nexus-plugins-2.15.1-02.pom (32 kB at 325 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.pom (24 kB at 331 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom (43 kB at 516 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom (24 kB at 336 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.pom (1.8 kB at 18 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta/1.8/siesta-1.8.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta/1.8/siesta-1.8.pom (12 kB at 145 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom (2.1 kB at 17 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom (5.0 kB at 78 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom (13 kB at 548 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom (1.2 kB at 22 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.pom (2.6 kB at 33 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom (6.1 kB at 49 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 83 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/oss-parent/43/oss-parent-43.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 319 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom (5.5 kB at 64 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom (9.9 kB at 139 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom (17 kB at 238 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom (17 kB at 195 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.pom (4.4 kB at 43 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.13.2/jackson-jaxrs-providers-2.13.2.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.13.2/jackson-jaxrs-providers-2.13.2.pom (5.6 kB at 74 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.pom (2.1 kB at 27 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.pom (3.7 kB at 45 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/module/jackson-modules-base/2.13.2/jackson-modules-base-2.13.2.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/module/jackson-modules-base/2.13.2/jackson-modules-base-2.13.2.pom (3.4 kB at 48 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom (4.2 kB at 51 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom (19 kB at 247 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom (9.7 kB at 138 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.jar
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar (47 kB at 356 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar (151 kB at 913 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.jar (16 kB at 85 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar (281 kB at 1.5 MB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar (56 kB at 332 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar (41 kB at 238 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar (30 kB at 172 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar (559 kB at 2.6 MB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.jar (216 kB at 290 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 39 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.jar (20 kB at 22 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.jar (6.3 kB at 7.0 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar (11 kB at 12 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar (76 kB at 69 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar (633 kB at 567 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.jar (162 kB at 142 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar (375 kB at 249 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.jar (16 kB at 10 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar (31 kB at 19 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar (36 kB at 22 kB/s)
[INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 197 kB/s)
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar (17 kB at 9.9 kB/s)
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar (232 kB at 127 kB/s)
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar (449 kB at 237 kB/s)
[INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar (1.5 MB at 808 kB/s)
[INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.4.2:index
[INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.4.2:licenses
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.4.2:plugin-management
[INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.4.2:plugins
[INFO] Generating "Source Code Management" report --- maven-project-info-reports-plugin:3.4.2:scm
[INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.4.2:summary
[INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.4.2:team
[JENKINS] Archiving site from /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend/target/site to /var/lib/jenkins/home/jobs/portal-docs-backend/workspace/portal-docs-backend@tmp/maven-reporters/moduleset/site
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:52 min
[INFO] Finished at: 2023-02-11T07:21:37+01:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data