gislab-augsburg / helm-charts

it@M Helm Charts
https://artifacthub.io/packages/search?repo=it-at-m
MIT License
0 stars 0 forks source link

dave-backend: UnknownHostException: <IMAP-Server-URL> #16

Closed gislab-augsburg closed 3 months ago

gislab-augsburg commented 3 months ago

Error in dave-backend pod:

Caused by: java.net.UnknownHostException: <IMAP-Server-URL>
``` Starting the Java application using /opt/jboss/container/java/run/run-java.sh ... INFO exec -a "java" java -Djavax.net.ssl.trustStore=/mnt/cacerts-lhm -Djavax.net.ssl.trustStorePassword=changeit -Xmx1g --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED" -Dhz.integritychecker.enabled=false -cp "." -jar /deployments/spring-boot-application.jar INFO running in /deployments Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Dhz.integritychecker.enabled=false WARNING: Unknown module: ALL-UNNAMED" specified to --add-opens --------------------------------------------------------------------------------------------------------------------------------------------------- _____ __ __ | __ \ /\ \ \ / / | | | | / \ \ \ / / ___ | | | | / /\ \ \ \/ / / _ \ | |__| | _ / ____ \ _ \ / | __/ _ |_____/ (_) /_/ \_\ (_) \/ \___| (_) _________________________ /\\ _____ | | | | | | \ ,-----, / \\____/__|__\_ |___|_____|_____|____|_|___\ ,--'---:---`--, / | _ | `| | | | \ ==(o)-----(o)==J `(o)-------(o)= --(o)(o)--------------(o)--' Datenbank und Auswertungen von Verkehrszählungen Application Name : dave-backend Spring Boot Version : (v2.7.8) --------------------------------------------------------------------------------------------------------------------------------------------------- 2024.03.18 14:13:34.202 | dave-backend | TraceId: | SpanId: ] | INFO | [background-preinit] | Version | [Version.java : 21] - HV000001: Hibernate Validator 6.2.5.Final 2024.03.18 14:13:34.385 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | DaveBackendApplication | [StartupInfoLogger.java : 55] - Starting DaveBackendApplication using Java 11.0.22 on dave-backend-service-7767fbdb8b-mrqq8 with PID 1 (/deployments/spring-boot-application.jar started by 1003100000 in /deployments) 2024.03.18 14:13:34.406 | dave-backend | TraceId: | SpanId: ] | DEBUG | [main] | DaveBackendApplication | [StartupInfoLogger.java : 56] - Running with Spring Boot v2.7.8, Spring v5.3.25 2024.03.18 14:13:34.407 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | DaveBackendApplication | [SpringApplication.java : 637] - The following 1 profile is active: "dev" 2024.03.18 14:13:38.092 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationDelegate | [RepositoryConfigurationDelegate.java : 262] - Multiple Spring Data modules found, entering strict repository configuration mode 2024.03.18 14:13:38.092 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationDelegate | [RepositoryConfigurationDelegate.java : 132] - Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode. 2024.03.18 14:13:38.201 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationDelegate | [RepositoryConfigurationDelegate.java : 201] - Finished Spring Data repository scanning in 102 ms. Found 2 Elasticsearch repository interfaces. 2024.03.18 14:13:38.215 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationDelegate | [RepositoryConfigurationDelegate.java : 262] - Multiple Spring Data modules found, entering strict repository configuration mode 2024.03.18 14:13:38.216 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationDelegate | [RepositoryConfigurationDelegate.java : 132] - Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2024.03.18 14:13:38.394 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationExtensionSupport | [RepositoryConfigurationExtensionSupport.java : 349] - Spring Data JPA - Could not safely identify store assignment for repository candidate interface de.muenchen.dave.repositories.elasticsearch.CustomSuggestIndex; If you want this repository to be a JPA repository, consider annotating your entities with one of these annotations: javax.persistence.Entity, javax.persistence.MappedSuperclass (preferred), or consider extending one of the following types with your repository: org.springframework.data.jpa.repository.JpaRepository 2024.03.18 14:13:38.397 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationExtensionSupport | [RepositoryConfigurationExtensionSupport.java : 349] - Spring Data JPA - Could not safely identify store assignment for repository candidate interface de.muenchen.dave.repositories.elasticsearch.ZaehlstelleIndex; If you want this repository to be a JPA repository, consider annotating your entities with one of these annotations: javax.persistence.Entity, javax.persistence.MappedSuperclass (preferred), or consider extending one of the following types with your repository: org.springframework.data.jpa.repository.JpaRepository 2024.03.18 14:13:38.418 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationDelegate | [RepositoryConfigurationDelegate.java : 201] - Finished Spring Data repository scanning in 197 ms. Found 7 JPA repository interfaces. 2024.03.18 14:13:39.421 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationDelegate | [RepositoryConfigurationDelegate.java : 262] - Multiple Spring Data modules found, entering strict repository configuration mode 2024.03.18 14:13:39.422 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationDelegate | [RepositoryConfigurationDelegate.java : 132] - Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode. 2024.03.18 14:13:39.437 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationExtensionSupport | [RepositoryConfigurationExtensionSupport.java : 349] - Spring Data Reactive Elasticsearch - Could not safely identify store assignment for repository candidate interface de.muenchen.dave.repositories.relationaldb.InfoMessageRepository; If you want this repository to be a Reactive Elasticsearch repository, consider annotating your entities with one of these annotations: org.springframework.data.elasticsearch.annotations.Document (preferred), or consider extending one of the following types with your repository: org.springframework.data.elasticsearch.repository.ReactiveElasticsearchRepository 2024.03.18 14:13:39.440 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationExtensionSupport | [RepositoryConfigurationExtensionSupport.java : 349] - Spring Data Reactive Elasticsearch - Could not safely identify store assignment for repository candidate interface de.muenchen.dave.repositories.relationaldb.HochrechnungsfaktorRepository; If you want this repository to be a Reactive Elasticsearch repository, consider annotating your entities with one of these annotations: org.springframework.data.elasticsearch.annotations.Document (preferred), or consider extending one of the following types with your repository: org.springframework.data.elasticsearch.repository.ReactiveElasticsearchRepository 2024.03.18 14:13:39.440 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationExtensionSupport | [RepositoryConfigurationExtensionSupport.java : 349] - Spring Data Reactive Elasticsearch - Could not safely identify store assignment for repository candidate interface de.muenchen.dave.repositories.relationaldb.ChatMessageRepository; If you want this repository to be a Reactive Elasticsearch repository, consider annotating your entities with one of these annotations: org.springframework.data.elasticsearch.annotations.Document (preferred), or consider extending one of the following types with your repository: org.springframework.data.elasticsearch.repository.ReactiveElasticsearchRepository 2024.03.18 14:13:39.441 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationExtensionSupport | [RepositoryConfigurationExtensionSupport.java : 349] - Spring Data Reactive Elasticsearch - Could not safely identify store assignment for repository candidate interface de.muenchen.dave.repositories.relationaldb.PkwEinheitRepository; If you want this repository to be a Reactive Elasticsearch repository, consider annotating your entities with one of these annotations: org.springframework.data.elasticsearch.annotations.Document (preferred), or consider extending one of the following types with your repository: org.springframework.data.elasticsearch.repository.ReactiveElasticsearchRepository 2024.03.18 14:13:39.441 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationExtensionSupport | [RepositoryConfigurationExtensionSupport.java : 349] - Spring Data Reactive Elasticsearch - Could not safely identify store assignment for repository candidate interface de.muenchen.dave.repositories.relationaldb.ZeitintervallRepository; If you want this repository to be a Reactive Elasticsearch repository, consider annotating your entities with one of these annotations: org.springframework.data.elasticsearch.annotations.Document (preferred), or consider extending one of the following types with your repository: org.springframework.data.elasticsearch.repository.ReactiveElasticsearchRepository 2024.03.18 14:13:39.442 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationExtensionSupport | [RepositoryConfigurationExtensionSupport.java : 349] - Spring Data Reactive Elasticsearch - Could not safely identify store assignment for repository candidate interface de.muenchen.dave.repositories.relationaldb.EmailAddressRepository; If you want this repository to be a Reactive Elasticsearch repository, consider annotating your entities with one of these annotations: org.springframework.data.elasticsearch.annotations.Document (preferred), or consider extending one of the following types with your repository: org.springframework.data.elasticsearch.repository.ReactiveElasticsearchRepository 2024.03.18 14:13:39.443 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationExtensionSupport | [RepositoryConfigurationExtensionSupport.java : 349] - Spring Data Reactive Elasticsearch - Could not safely identify store assignment for repository candidate interface de.muenchen.dave.repositories.relationaldb.DienstleisterRepository; If you want this repository to be a Reactive Elasticsearch repository, consider annotating your entities with one of these annotations: org.springframework.data.elasticsearch.annotations.Document (preferred), or consider extending one of the following types with your repository: org.springframework.data.elasticsearch.repository.ReactiveElasticsearchRepository 2024.03.18 14:13:39.474 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | RepositoryConfigurationDelegate | [RepositoryConfigurationDelegate.java : 201] - Finished Spring Data repository scanning in 21 ms. Found 0 Reactive Elasticsearch repository interfaces. 2024.03.18 14:13:40.489 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | GenericScope | [GenericScope.java : 283] - BeanFactory id=aa945a27-e68f-31e6-8fee-ab25cd7d347b 2024.03.18 14:13:43.109 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | TomcatWebServer | [TomcatWebServer.java : 108] - Tomcat initialized with port(s): 8080 (http) 2024.03.18 14:13:43.135 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | Http11NioProtocol | [DirectJDKLog.java : 173] - Initializing ProtocolHandler ["http-nio-8080"] 2024.03.18 14:13:43.136 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | StandardService | [DirectJDKLog.java : 173] - Starting service [Tomcat] 2024.03.18 14:13:43.137 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | StandardEngine | [DirectJDKLog.java : 173] - Starting Servlet engine: [Apache Tomcat/9.0.71] 2024.03.18 14:13:43.384 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | [/] | [DirectJDKLog.java : 173] - Initializing Spring embedded WebApplicationContext 2024.03.18 14:13:43.384 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | ServletWebServerApplicationContext | [ServletWebServerApplicationContext.java : 292] - Root WebApplicationContext: initialization completed in 8785 ms 2024.03.18 14:13:44.990 | dave-backend | TraceId: | SpanId: ] | WARN | [main] | HazelcastInstanceFactory | [StandardLoggerFactory.java : 56] - Hazelcast is starting in a Java modular environment (Java 9 and newer) but without proper access to required Java packages. Use additional Java arguments to provide Hazelcast access to Java internal API. The internal API access is used to get the best performance results. Arguments to be used: --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED 2024.03.18 14:13:45.287 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | logo | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] + + o o o o---o o----o o o---o o o----o o--o--o + + + + | | / \ / | | / / \ | | + + + + + o----o o o o o----o | o o o o----o | + + + + | | / \ / | | \ / \ | | + + o o o o o---o o----o o----o o---o o o o----o o 2024.03.18 14:13:45.288 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | system | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved. 2024.03.18 14:13:45.288 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | system | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Hazelcast Platform 5.1.5 (20221114 - c52d6ff) starting at [10.138.49.126]:5701 2024.03.18 14:13:45.288 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | system | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Cluster name: dave-backend-service-hazl_group 2024.03.18 14:13:45.289 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | system | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Starting Integrity Check scan. This is a costly operation and it can be disabled if startup time is important. To disable Integrity Checker do one of the following: - Change member config using Java API: config.setIntegrityCheckerEnabled(false); - Change XML/YAML configuration property: Set hazelcast.integrity-checker.enabled to false - Add system property: -Dhz.integritychecker.enabled=false (for Hazelcast embedded, works only when loading config via Config.load) - Add environment variable: HZ_INTEGRITYCHECKER_ENABLED=false (recommended when running container image. For Hazelcast embedded, works only when loading config via Config.load) 2024.03.18 14:13:55.585 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | system | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Integrity Check scan finished in 10295 milliseconds 2024.03.18 14:13:55.820 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | system | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Integrity Check finished in 10530 milliseconds 2024.03.18 14:13:55.827 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | system | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] The Jet engine is disabled. To enable the Jet engine on the members, do one of the following: - Change member config using Java API: config.getJetConfig().setEnabled(true) - Change XML/YAML configuration property: Set hazelcast.jet.enabled to true - Add system property: -Dhz.jet.enabled=true (for Hazelcast embedded, works only when loading config via Config.load) - Add environment variable: HZ_JET_ENABLED=true (recommended when running container image. For Hazelcast embedded, works only when loading config via Config.load) 2024.03.18 14:13:56.757 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | DiscoveryService | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Kubernetes Discovery properties: { service-dns: null, service-dns-timeout: 5, service-name: dave-backend-service, service-port: 0, service-label: null, service-label-value: true, namespace: dave-external, pod-label: null, pod-label-value: null, resolve-not-ready-addresses: true, expose-externally-mode: AUTO, use-node-name-as-external-address: false, service-per-pod-label: null, service-per-pod-label-value: null, kubernetes-api-retries: 3, kubernetes-master: https://kubernetes.default.svc} 2024.03.18 14:13:57.630 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | DiscoveryService | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Kubernetes Discovery activated with mode: KUBERNETES_API 2024.03.18 14:13:57.678 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | security | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Enable DEBUG/FINE log level for log category com.hazelcast.system.security or use -Dhazelcast.security.recommendations system property to see 🔒 security recommendations and the status of current config. 2024.03.18 14:13:57.925 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | Node | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Using Discovery SPI 2024.03.18 14:13:57.932 | dave-backend | TraceId: | SpanId: ] | WARN | [main] | CPSubsystem | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 2024.03.18 14:13:58.524 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | Diagnostics | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 2024.03.18 14:13:58.532 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | LifecycleService | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] [10.138.49.126]:5701 is STARTING 2024.03.18 14:13:58.626 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | DiscoveryService | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Cannot fetch the current zone, ZONE_AWARE feature is disabled 2024.03.18 14:13:58.687 | dave-backend | TraceId: | SpanId: ] | WARN | [main] | DiscoveryService | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Cannot fetch name of the node, NODE_AWARE feature is disabled 2024.03.18 14:13:58.715 | dave-backend | TraceId: | SpanId: ] | WARN | [main] | KubernetesClient | [StandardLoggerFactory.java : 56] - Kubernetes API access is forbidden! Starting standalone. To use Hazelcast Kubernetes discovery, configure the required RBAC. For 'default' service account in 'default' namespace execute: `kubectl apply -f https://raw.githubusercontent.com/hazelcast/hazelcast/master/kubernetes-rbac.yaml` 2024.03.18 14:14:03.714 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | ClusterService | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Members {size:1, ver:1} [ Member [10.138.49.126]:5701 - dbaa9759-87a9-4234-a480-7bc65b578292 this ] 2024.03.18 14:14:03.740 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | LifecycleService | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] [10.138.49.126]:5701 is STARTED 2024.03.18 14:14:04.881 | dave-backend | TraceId: | SpanId: ] | DEBUG | [main] | ForwardedHeaderFilter | [GenericFilterBean.java : 242] - Filter 'forwardedHeaderFilter' configured for use 2024.03.18 14:14:04.881 | dave-backend | TraceId: | SpanId: ] | DEBUG | [main] | RequestResponseLoggingFilter | [RequestResponseLoggingFilter.java : 51] - Initializing filter: de.muenchen.dave.security.RequestResponseLoggingFilter@86d6bf7 2024.03.18 14:14:04.883 | dave-backend | TraceId: | SpanId: ] | DEBUG | [main] | CacheControlConfiguration$CacheControlFilter | [GenericFilterBean.java : 242] - Filter 'cacheControlFilter' configured for use 2024.03.18 14:14:04.885 | dave-backend | TraceId: | SpanId: ] | DEBUG | [main] | ShallowEtagHeaderFilter | [GenericFilterBean.java : 242] - Filter 'shallowEtagHeaderFilter' configured for use 2024.03.18 14:14:08.241 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | LogHelper | [LogHelper.java : 31] - HHH000204: Processing PersistenceUnitInfo [name: default] 2024.03.18 14:14:08.386 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | Version | [Version.java : 44] - HHH000412: Hibernate ORM core version 5.6.14.Final 2024.03.18 14:14:09.086 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | Version | [JavaReflectionManager.java : 56] - HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2024.03.18 14:14:09.346 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | HikariDataSource | [HikariDataSource.java : 110] - HikariPool-1 - Starting... 2024.03.18 14:14:09.813 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | HikariDataSource | [HikariDataSource.java : 123] - HikariPool-1 - Start completed. 2024.03.18 14:14:09.848 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | Dialect | [Dialect.java : 175] - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL95Dialect 2024.03.18 14:14:12.892 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | JtaPlatformInitiator | [JtaPlatformInitiator.java : 52] - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2024.03.18 14:14:12.907 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | LocalContainerEntityManagerFactoryBean | [AbstractEntityManagerFactoryBean.java : 437] - Initialized JPA EntityManagerFactory for persistence unit 'default' WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.springframework.util.ReflectionUtils (jar:file:/deployments/spring-boot-application.jar!/BOOT-INF/lib/spring-core-5.3.25.jar!/) to field java.math.BigDecimal.intVal WARNING: Please consider reporting this to the maintainers of org.springframework.util.ReflectionUtils WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 2024.03.18 14:14:15.278 | dave-backend | TraceId: | SpanId: ] | TRACE | [main] | AnnotationCacheOperationSource | [AbstractFallbackCacheOperationSource.java : 102] - Adding cacheable method 'delete' with attribute: [Builder[public final void com.sun.proxy.$Proxy234.delete(de.muenchen.dave.domain.elasticsearch.Zaehlstelle)] caches=[SUCHE_ZAEHLSTELLE, SUCHE_ZAEHLSTELLE_DATENPORTAL, LADE_BELASTUNGSPLAN_DTO, LADE_PROCESSED_ZAEHLDATEN, LADE_ZAEHLDATEN_ZEITREIHE_DTO, READ_ZAEHLSTELLE_DTO] | key='' | keyGenerator='' | cacheManager='' | cacheResolver='' | condition='',true,false] 2024.03.18 14:14:15.310 | dave-backend | TraceId: | SpanId: ] | TRACE | [main] | AnnotationCacheOperationSource | [AbstractFallbackCacheOperationSource.java : 102] - Adding cacheable method 'readZaehlstelleDTO' with attribute: [Builder[public de.muenchen.dave.domain.dtos.LeseZaehlstelleDTO de.muenchen.dave.services.IndexService.readZaehlstelleDTO(java.lang.String,boolean) throws de.muenchen.dave.exceptions.DataNotFoundException] caches=[READ_ZAEHLSTELLE_DTO] | key='{#p0, #p1}' | keyGenerator='' | cacheManager='' | cacheResolver='' | condition='' | unless='' | sync='false'] 2024.03.18 14:14:15.814 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | KIService | [KIService.java : 65] - Successfully created ONNX session 2024.03.18 14:14:16.613 | dave-backend | TraceId: | SpanId: ] | TRACE | [main] | AnnotationCacheOperationSource | [AbstractFallbackCacheOperationSource.java : 102] - Adding cacheable method 'getZeitreiheDTO' with attribute: [Builder[public de.muenchen.dave.domain.dtos.laden.LadeZaehldatenZeitreiheDTO de.muenchen.dave.services.processzaehldaten.ProcessZaehldatenZeitreiheService.getZeitreiheDTO(java.lang.String,java.lang.String,de.muenchen.dave.domain.dtos.OptionsDTO) throws de.muenchen.dave.exceptions.DataNotFoundException] caches=[LADE_ZAEHLDATEN_ZEITREIHE_DTO] | key='{#p0, #p1, #p2}' | keyGenerator='' | cacheManager='' | cacheResolver='' | condition='' | unless='' | sync='false'] 2024.03.18 14:14:16.628 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | GeneratePdfService | [GeneratePdfService.java : 268] - initialisiere die Templates 2024.03.18 14:14:16.775 | dave-backend | TraceId: | SpanId: ] | TRACE | [main] | AnnotationCacheOperationSource | [AbstractFallbackCacheOperationSource.java : 102] - Adding cacheable method 'ladeProcessedZaehldaten' with attribute: [Builder[public de.muenchen.dave.domain.dtos.laden.LadeProcessedZaehldatenDTO de.muenchen.dave.services.processzaehldaten.ProcessZaehldatenService.ladeProcessedZaehldaten(java.lang.String,de.muenchen.dave.domain.dtos.OptionsDTO) throws de.muenchen.dave.exceptions.DataNotFoundException] caches=[LADE_PROCESSED_ZAEHLDATEN] | key='{#p0, #p1}' | keyGenerator='' | cacheManager='' | cacheResolver='' | condition='' | unless='' | sync='false'] 2024.03.18 14:14:16.787 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | ReportService | [ReportService.java : 188] - initialisiere die Report Templates 2024.03.18 14:14:17.083 | dave-backend | TraceId: | SpanId: ] | TRACE | [main] | AnnotationCacheOperationSource | [AbstractFallbackCacheOperationSource.java : 102] - Adding cacheable method 'sucheZaehlstelleSichtbarDatenportal' with attribute: [Builder[public java.util.Set de.muenchen.dave.services.SucheService.sucheZaehlstelleSichtbarDatenportal(java.lang.String,boolean)] caches=[SUCHE_ZAEHLSTELLE_DATENPORTAL] | key='{#p0, #p1}' | keyGenerator='' | cacheManager='' | cacheResolver='' | condition='' | unless='' | sync='false'] 2024.03.18 14:14:17.088 | dave-backend | TraceId: | SpanId: ] | TRACE | [main] | AnnotationCacheOperationSource | [AbstractFallbackCacheOperationSource.java : 102] - Adding cacheable method 'sucheZaehlstelle' with attribute: [Builder[public java.util.Set de.muenchen.dave.services.SucheService.sucheZaehlstelle(java.lang.String,boolean)] caches=[SUCHE_ZAEHLSTELLE] | key='{#p0, #p1}' | keyGenerator='' | cacheManager='' | cacheResolver='' | condition='' | unless='' | sync='false'] 2024.03.18 14:14:17.184 | dave-backend | TraceId: | SpanId: ] | TRACE | [main] | AnnotationCacheOperationSource | [AbstractFallbackCacheOperationSource.java : 102] - Adding cacheable method 'getBelastungsplanDTO' with attribute: [Builder[public de.muenchen.dave.domain.dtos.laden.LadeBelastungsplanDTO de.muenchen.dave.services.processzaehldaten.ProcessZaehldatenBelastungsplanService.getBelastungsplanDTO(java.lang.String,de.muenchen.dave.domain.dtos.OptionsDTO) throws de.muenchen.dave.exceptions.DataNotFoundException] caches=[LADE_BELASTUNGSPLAN_DTO] | key='{#p0, #p1}' | keyGenerator='' | cacheManager='' | cacheResolver='' | condition='' | unless='' | sync='false'] 2024.03.18 14:14:17.341 | dave-backend | TraceId: | SpanId: ] | TRACE | [main] | AnnotationCacheOperationSource | [AbstractFallbackCacheOperationSource.java : 102] - Adding cacheable method 'loadAuthentication' with attribute: [Builder[public org.springframework.security.oauth2.provider.OAuth2Authentication de.muenchen.dave.security.CustomUserInfoTokenServices.loadAuthentication(java.lang.String)] caches=[authentication_cache] | key='' | keyGenerator='' | cacheManager='' | cacheResolver='' | condition='' | unless='' | sync='false'] 2024.03.18 14:14:18.683 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | DefaultSecurityFilterChain | [DefaultSecurityFilterChain.java : 55] - Will secure Ant [pattern='/**'] with [org.springframework.security.web.session.DisableEncodeUrlFilter@1be52113, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5badeda0, org.springframework.security.web.context.SecurityContextPersistenceFilter@568ef502, org.springframework.security.web.header.HeaderWriterFilter@2447940d, org.springframework.security.web.csrf.CsrfFilter@484a5ddd, org.springframework.security.web.authentication.logout.LogoutFilter@74e2cfc5, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@3c46e6f6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3e55d844, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1f521c69, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@56a9a7b5, org.springframework.security.web.session.SessionManagementFilter@48b09105, org.springframework.security.web.access.ExceptionTranslationFilter@6144e499, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@516b84d1] 2024.03.18 14:14:19.482 | dave-backend | TraceId: | SpanId: ] | WARN | [main] | JpaBaseConfiguration$JpaWebConfiguration | [JpaBaseConfiguration.java : 219] - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2024.03.18 14:14:21.732 | dave-backend | TraceId: | SpanId: ] | DEBUG | [main] | RequestMappingHandlerAdapter | [RequestMappingHandlerAdapter.java : 625] - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice 2024.03.18 14:14:22.289 | dave-backend | TraceId: | SpanId: ] | DEBUG | [main] | RequestMappingHandlerMapping | [AbstractHandlerMethodMapping.java : 367] - 48 mappings in 'requestMappingHandlerMapping' 2024.03.18 14:14:22.513 | dave-backend | TraceId: | SpanId: ] | DEBUG | [main] | SimpleUrlHandlerMapping | [SimpleUrlHandlerMapping.java : 188] - Patterns [/webjars/**, /**, /explorer/**] in 'resourceHandlerMapping' 2024.03.18 14:14:22.592 | dave-backend | TraceId: | SpanId: ] | DEBUG | [main] | ExceptionHandlerExceptionResolver | [ExceptionHandlerExceptionResolver.java : 307] - ControllerAdvice beans: 1 @ExceptionHandler, 1 ResponseBodyAdvice 2024.03.18 14:14:23.487 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | PartitionStateManager | [StandardLoggerFactory.java : 56] - [10.138.49.126]:5701 [dave-backend-service-hazl_group] [5.1.5] Initializing cluster partition table arrangement... 2024.03.18 14:14:26.011 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | EndpointLinksResolver | [EndpointLinksResolver.java : 58] - Exposing 3 endpoint(s) beneath base path '/actuator' 2024.03.18 14:14:26.298 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | Http11NioProtocol | [DirectJDKLog.java : 173] - Starting ProtocolHandler ["http-nio-8080"] 2024.03.18 14:14:26.327 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | TomcatWebServer | [TomcatWebServer.java : 220] - Tomcat started on port(s): 8080 (http) with context path '' 2024.03.18 14:14:26.409 | dave-backend | TraceId: | SpanId: ] | INFO | [main] | DaveBackendApplication | [StartupInfoLogger.java : 61] - Started DaveBackendApplication in 54.281 seconds (JVM running for 55.873) 2024.03.18 14:14:26.434 | dave-backend | TraceId: e19fa02d646c2b34 | SpanId: e19fa02d646c2b34] | DEBUG | [scheduling-1] | EmailReceiveService | [EmailReceiveService.java : 73] - Scheduler EmailReceiveService: Check nach neuen E-Mails im Postfach dave-dev@muenchen.de 2024.03.18 14:14:26.584 | dave-backend | TraceId: e19fa02d646c2b34 | SpanId: e19fa02d646c2b34] | ERROR | [scheduling-1] | EmailReceiveService | [EmailReceiveService.java : 79] - Fehler in der Verbindung zum MessageStore. com.sun.mail.util.MailConnectException: Couldn't connect to host, port: , 993; timeout -1 at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:733) at javax.mail.Service.connect(Service.java:366) at javax.mail.Service.connect(Service.java:246) at javax.mail.Service.connect(Service.java:267) at de.muenchen.dave.services.email.EmailReceiveService.connect(EmailReceiveService.java:91) at de.muenchen.dave.services.email.EmailReceiveService.checkEmails(EmailReceiveService.java:75) at de.muenchen.dave.services.email.EmailReceiveService$$FastClassBySpringCGLIB$$eea729cc.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:70) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at de.muenchen.dave.services.email.EmailReceiveService$$EnhancerBySpringCGLIB$$e6ac29ba.checkEmails() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.net.UnknownHostException: at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/java.net.Socket.connect(Socket.java:558) at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:331) at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:217) at com.sun.mail.iap.Protocol.(Protocol.java:123) at com.sun.mail.imap.protocol.IMAPProtocol.(IMAPProtocol.java:126) at com.sun.mail.imap.IMAPStore.newIMAPProtocol(IMAPStore.java:756) at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:691) ... 38 common frames omitted 2024.03.18 14:14:56.588 | dave-backend | TraceId: 2097bbe54e699ffc | SpanId: 2097bbe54e699ffc] | DEBUG | [scheduling-1] | EmailReceiveService | [EmailReceiveService.java : 73] - Scheduler EmailReceiveService: Check nach neuen E-Mails im Postfach dave-dev@muenchen.de 2024.03.18 14:14:56.591 | dave-backend | TraceId: 2097bbe54e699ffc | SpanId: 2097bbe54e699ffc] | ERROR | [scheduling-1] | EmailReceiveService | [EmailReceiveService.java : 79] - Fehler in der Verbindung zum MessageStore. com.sun.mail.util.MailConnectException: Couldn't connect to host, port: , 993; timeout -1 at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:733) at javax.mail.Service.connect(Service.java:366) at javax.mail.Service.connect(Service.java:246) at javax.mail.Service.connect(Service.java:267) at de.muenchen.dave.services.email.EmailReceiveService.connect(EmailReceiveService.java:91) at de.muenchen.dave.services.email.EmailReceiveService.checkEmails(EmailReceiveService.java:75) at de.muenchen.dave.services.email.EmailReceiveService$$FastClassBySpringCGLIB$$eea729cc.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:70) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at de.muenchen.dave.services.email.EmailReceiveService$$EnhancerBySpringCGLIB$$e6ac29ba.checkEmails() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.net.UnknownHostException: at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/java.net.Socket.connect(Socket.java:558) at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:331) at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:217) at com.sun.mail.iap.Protocol.(Protocol.java:123) at com.sun.mail.imap.protocol.IMAPProtocol.(IMAPProtocol.java:126) at com.sun.mail.imap.IMAPStore.newIMAPProtocol(IMAPStore.java:756) at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:691) ... 38 common frames omitted 2024.03.18 14:15:26.595 | dave-backend | TraceId: 9f5b4032c15fbc66 | SpanId: 9f5b4032c15fbc66] | DEBUG | [scheduling-1] | EmailReceiveService | [EmailReceiveService.java : 73] - Scheduler EmailReceiveService: Check nach neuen E-Mails im Postfach dave-dev@muenchen.de 2024.03.18 14:15:26.597 | dave-backend | TraceId: 9f5b4032c15fbc66 | SpanId: 9f5b4032c15fbc66] | ERROR | [scheduling-1] | EmailReceiveService | [EmailReceiveService.java : 79] - Fehler in der Verbindung zum MessageStore. com.sun.mail.util.MailConnectException: Couldn't connect to host, port: , 993; timeout -1 at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:733) at javax.mail.Service.connect(Service.java:366) at javax.mail.Service.connect(Service.java:246) at javax.mail.Service.connect(Service.java:267) at de.muenchen.dave.services.email.EmailReceiveService.connect(EmailReceiveService.java:91) at de.muenchen.dave.services.email.EmailReceiveService.checkEmails(EmailReceiveService.java:75) at de.muenchen.dave.services.email.EmailReceiveService$$FastClassBySpringCGLIB$$eea729cc.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:70) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at de.muenchen.dave.services.email.EmailReceiveService$$EnhancerBySpringCGLIB$$e6ac29ba.checkEmails() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.net.UnknownHostException: at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/java.net.Socket.connect(Socket.java:558) at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:331) at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:217) at com.sun.mail.iap.Protocol.(Protocol.java:123) at com.sun.mail.imap.protocol.IMAPProtocol.(IMAPProtocol.java:126) at com.sun.mail.imap.IMAPStore.newIMAPProtocol(IMAPStore.java:756) at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:691) ... 38 common frames omitted ```

Ich hab bisher nur das, von dave-c:

https://github.com/gislab-augsburg/helm-charts/blob/a6a0ec9e060a75ab5bea2f1fa00b973cddca5f0f/charts/dave/values.yaml#L121-L125Wo

Wo krieg ich Imap-Server-URL her?

gislab-augsburg commented 3 months ago

Funktioniert mit DAVE_EMAIL_RECEIVER_HOSTNAME: imap.muenchen.de: 153ed8bfaf502bb97a97197cfb96d40428e16553