mikoskinen commented on issue #903: URL: https://github.com/apache/camel-karavan/issues/903#issuecomment-2014443316
Using the oneliner: `docker run -it --rm --name karavan --network karavan -p 8080:8080 -e KARAVAN_GIT_INSTALL_GITEA=true -e KARAVAN_IMAGE_REGISTRY_INSTALL=true -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/apache/camel-karavan:4.4.0` Seems to now provide a good result 👍  There's some errors related to gitea (I didn't start it manually). Here's the full log: ``` PS C:\Users\MikaelKoskinen> docker run -it --rm --name karavan --network karavan -p 8080:8080 -e KARAVAN_GIT_INSTALL_GITEA=true -e KARAVAN_IMAGE_REGISTRY_INSTALL=true -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/apache/camel-karavan:4.4.0 WARNING: package com.ibm.lang.management.internal not in jdk.management 2024-03-22 06:26:19,884 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.security.users.embedded.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo 2024-03-22 06:26:20,556 INFO [org.apa.cam.kar.doc.DockerService] (main) Docker Client Configuring.... 2024-03-22 06:26:20,556 INFO [org.apa.cam.kar.doc.DockerService] (main) Docker Client Registry registry:5000 2024-03-22 06:26:20,556 INFO [org.apa.cam.kar.doc.DockerService] (main) Docker Client Username is empty 2024-03-22 06:26:20,557 INFO [org.apa.cam.kar.doc.DockerService] (main) Docker Client Password is empty 2024-03-22 06:26:20,620 INFO [org.apa.cam.kar.doc.DockerService] (main) Docker is available 2024-03-22 06:26:20,620 INFO [org.apa.cam.kar.ser.KaravanService] (main) Starting Karavan services 2024-03-22 06:26:20,621 INFO [org.apa.cam.kar.ser.KaravanCacheService] (main) KaravanCacheService is starting 2024-03-22 06:26:20,635 INFO [com.haz.con.ClasspathYamlConfig] (main) Configuring Hazelcast from 'hazelcast.yaml'. 2024-03-22 06:26:20,860 INFO [com.haz.sys.logo] (main) [172.18.0.2]:5900 [karavan] [5.2.3] + + 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-22 06:26:20,861 INFO [com.haz.system] (main) [172.18.0.2]:5900 [karavan] [5.2.3] Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved. 2024-03-22 06:26:20,861 INFO [com.haz.system] (main) [172.18.0.2]:5900 [karavan] [5.2.3] Hazelcast Platform 5.2.3 (20230323 - 30f246a) starting at [172.18.0.2]:5900 2024-03-22 06:26:20,861 INFO [com.haz.system] (main) [172.18.0.2]:5900 [karavan] [5.2.3] Cluster name: karavan 2024-03-22 06:26:20,861 INFO [com.haz.system] (main) [172.18.0.2]:5900 [karavan] [5.2.3] Integrity Checker is disabled. Fail-fast on corrupted executables will not be performed. For more information, see the documentation for Integrity Checker. 2024-03-22 06:26:20,863 INFO [com.haz.system] (main) [172.18.0.2]:5900 [karavan] [5.2.3] 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-22 06:26:21,000 INFO [com.haz.sys.security] (main) [172.18.0.2]:5900 [karavan] [5.2.3] 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-22 06:26:21,029 WARNING [com.haz.cp.CPSubsystem] (main) [172.18.0.2]:5900 [karavan] [5.2.3] 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-22 06:26:21,123 INFO [com.haz.int.dia.Diagnostics] (main) [172.18.0.2]:5900 [karavan] [5.2.3] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 2024-03-22 06:26:21,126 INFO [com.haz.cor.LifecycleService] (main) [172.18.0.2]:5900 [karavan] [5.2.3] [172.18.0.2]:5900 is STARTING 2024-03-22 06:26:21,135 WARNING [com.haz.ins.imp.Node] (main) [172.18.0.2]:5900 [karavan] [5.2.3] No join method is enabled! Starting standalone. 2024-03-22 06:26:21,139 INFO [com.haz.cor.LifecycleService] (main) [172.18.0.2]:5900 [karavan] [5.2.3] [172.18.0.2]:5900 is STARTED 2024-03-22 06:26:21,151 INFO [org.apa.cam.kar.ser.KaravanCacheService] (main) KaravanCacheService is started 2024-03-22 06:26:21,155 INFO [org.apa.cam.kar.ser.GitService] (main) Check git 2024-03-22 06:26:21,160 INFO [org.apa.cam.kar.ser.GitService] (main) Set UsernamePasswordCredentialsProvider 2024-03-22 06:26:23,007 INFO [com.haz.int.par.imp.PartitionStateManager] (executor-thread-2) [172.18.0.2]:5900 [karavan] [5.2.3] Initializing cluster partition table arrangement... 2024-03-22 06:26:32,238 INFO [org.apa.cam.kar.ser.GitService] (main) Error connecting git: http://gitea:3000/karavan/karavan.git: cannot open git-upload-pack 2024-03-22 06:26:32,239 INFO [org.apa.cam.kar.ser.ProjectService] (main) Starting Project service: git is ready 2024-03-22 06:26:32,239 INFO [org.apa.cam.kar.ser.GitService] (main) Check git 2024-03-22 06:26:32,240 INFO [org.apa.cam.kar.ser.GitService] (main) Set UsernamePasswordCredentialsProvider 2024-03-22 06:26:32,246 INFO [org.apa.cam.kar.ser.GitService] (main) Error connecting git: http://gitea:3000/karavan/karavan.git: cannot open git-upload-pack 2024-03-22 06:26:32,248 INFO [org.apa.cam.kar.ser.ProjectService] (main) Import projects from Git 2024-03-22 06:26:32,248 INFO [org.apa.cam.kar.ser.GitService] (main) Git checkout 2024-03-22 06:26:32,248 INFO [org.apa.cam.kar.ser.GitService] (main) Temp folder created /tmp/import3654641064802844789 2024-03-22 06:26:32,248 INFO [org.apa.cam.kar.ser.GitService] (main) Set UsernamePasswordCredentialsProvider 2024-03-22 06:26:32,251 ERROR [org.apa.cam.kar.ser.GitService] (main) New repository 2024-03-22 06:26:32,257 INFO [org.apa.cam.kar.ser.GitService] (main) Read projects... 2024-03-22 06:26:32,257 INFO [org.apa.cam.kar.ser.GitService] (main) Read projects from /tmp/import3654641064802844789 2024-03-22 06:26:32,259 INFO [org.apa.cam.kar.ser.ProjectService] (main) Add custom kamelets project if not exists 2024-03-22 06:26:32,261 INFO [org.apa.cam.kar.ser.ProjectService] (main) Add templates project if not exists 2024-03-22 06:26:32,270 INFO [org.apa.cam.kar.ser.ProjectService] (main) Commit: { "projectId" : "templates", "message" : "Add custom templates" } 2024-03-22 06:26:32,274 INFO [org.apa.cam.kar.ser.GitService] (main) Commit and push project templates 2024-03-22 06:26:32,275 INFO [org.apa.cam.kar.ser.GitService] (main) Temp folder created /tmp/45a98024-aa44-486e-8f0d-6fe199d207cf16016046205314889253 2024-03-22 06:26:32,275 INFO [org.apa.cam.kar.ser.GitService] (main) Set UsernamePasswordCredentialsProvider 2024-03-22 06:26:32,279 ERROR [org.apa.cam.kar.ser.GitService] (main) New repository 2024-03-22 06:26:32,281 INFO [org.apa.cam.kar.ser.GitService] (main) Write files for project templates 2024-03-22 06:26:32,282 INFO [org.apa.cam.kar.ser.GitService] (main) Add file messaging-bean-template.camel.yaml 2024-03-22 06:26:32,282 INFO [org.apa.cam.kar.ser.GitService] (main) Add file docker-build.sh 2024-03-22 06:26:32,282 INFO [org.apa.cam.kar.ser.GitService] (main) Add file kamelets-blocklist.txt 2024-03-22 06:26:32,282 INFO [org.apa.cam.kar.ser.GitService] (main) Add file kubernetes-build.sh 2024-03-22 06:26:32,282 INFO [org.apa.cam.kar.ser.GitService] (main) Add file docker-application.properties 2024-03-22 06:26:32,282 INFO [org.apa.cam.kar.ser.GitService] (main) Add file org.apache.camel.AggregationStrategy.java 2024-03-22 06:26:32,282 INFO [org.apa.cam.kar.ser.GitService] (main) Add file kubernetes-application.properties 2024-03-22 06:26:32,282 INFO [org.apa.cam.kar.ser.GitService] (main) Add file openshift-application.properties 2024-03-22 06:26:32,282 INFO [org.apa.cam.kar.ser.GitService] (main) Add file components-blocklist.txt 2024-03-22 06:26:32,282 INFO [org.apa.cam.kar.ser.GitService] (main) Add file kubernetes-builder-env.properties 2024-03-22 06:26:32,283 INFO [org.apa.cam.kar.ser.GitService] (main) Add file docker-compose.yaml 2024-03-22 06:26:32,283 INFO [org.apa.cam.kar.ser.GitService] (main) Add file database-bean-template.camel.yaml 2024-03-22 06:26:32,283 INFO [org.apa.cam.kar.ser.GitService] (main) Add file org.apache.camel.Processor.java 2024-03-22 06:26:32,283 INFO [org.apa.cam.kar.ser.GitService] (main) Add file openshift-build.sh 2024-03-22 06:26:32,283 INFO [org.apa.cam.kar.ser.GitService] (main) Add deleted files to git index for project templates 2024-03-22 06:26:32,283 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file openshift-application.properties 2024-03-22 06:26:32,283 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file kamelets-blocklist.txt 2024-03-22 06:26:32,283 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file org.apache.camel.AggregationStrategy.java 2024-03-22 06:26:32,283 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file database-bean-template.camel.yaml 2024-03-22 06:26:32,284 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file openshift-build.sh 2024-03-22 06:26:32,284 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file org.apache.camel.Processor.java 2024-03-22 06:26:32,284 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file docker-application.properties 2024-03-22 06:26:32,284 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file messaging-bean-template.camel.yaml 2024-03-22 06:26:32,284 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file kubernetes-application.properties 2024-03-22 06:26:32,284 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file docker-build.sh 2024-03-22 06:26:32,284 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file components-blocklist.txt 2024-03-22 06:26:32,284 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file kubernetes-builder-env.properties 2024-03-22 06:26:32,284 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file docker-compose.yaml 2024-03-22 06:26:32,284 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file kubernetes-build.sh 2024-03-22 06:26:32,284 INFO [org.apa.cam.kar.ser.GitService] (main) Commit and push changes 2024-03-22 06:26:32,313 INFO [org.apa.cam.kar.ser.GitService] (main) Git add: org.eclipse.jgit.dircache.DirCache@261f5a45 2024-03-22 06:26:32,331 INFO [org.apa.cam.kar.ser.GitService] (main) Git commit: commit 46168670c1fa3eebfb06b1be64073bcdc1362f56 1711088792 ------p 2024-03-22 06:26:32,332 INFO [org.apa.cam.kar.ser.GitService] (main) Set UsernamePasswordCredentialsProvider 2024-03-22 06:26:32,335 ERROR [org.apa.cam.kar.ser.ProjectService] (main) Error during templates project creation: org.eclipse.jgit.api.errors.TransportException: http://gitea:3000/karavan/karavan.git: cannot open git-receive-pack at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:168) at org.apache.camel.karavan.service.GitService.commitAddedAndPush(GitService.java:276) at org.apache.camel.karavan.service.GitService.commitAndPushProject(GitService.java:136) at org.apache.camel.karavan.service.GitService_ClientProxy.commitAndPushProject(Unknown Source) at org.apache.camel.karavan.service.ProjectService.commitAndPushProject(ProjectService.java:360) at org.apache.camel.karavan.service.ProjectService.addTemplatesProject(ProjectService.java:396) at org.apache.camel.karavan.service.ProjectService.tryStart(ProjectService.java:278) at org.apache.camel.karavan.service.ProjectService_ClientProxy.tryStart(Unknown Source) at org.apache.camel.karavan.service.KaravanService.onStart(KaravanService.java:71) at org.apache.camel.karavan.service.KaravanService_Observer_onStart_MALE4R2_wuUl-OY6U8WLOg_m3Zo.notify(Unknown Source) at io.quarkus.arc.impl.EventImpl$Notifier.notifyObservers(EventImpl.java:346) at io.quarkus.arc.impl.EventImpl$Notifier.notify(EventImpl.java:328) at io.quarkus.arc.impl.EventImpl.fire(EventImpl.java:82) at io.quarkus.arc.runtime.ArcRecorder.fireLifecycleEvent(ArcRecorder.java:155) at io.quarkus.arc.runtime.ArcRecorder.handleLifecycleEvents(ArcRecorder.java:106) at io.quarkus.deployment.steps.LifecycleEventsBuildStep$startupEvent1144526294.deploy_0(Unknown Source) at io.quarkus.deployment.steps.LifecycleEventsBuildStep$startupEvent1144526294.deploy(Unknown Source) at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source) at io.quarkus.runtime.Application.start(Application.java:101) at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:111) at io.quarkus.runtime.Quarkus.run(Quarkus.java:71) at io.quarkus.runtime.Quarkus.run(Quarkus.java:44) at io.quarkus.runtime.Quarkus.run(Quarkus.java:124) at io.quarkus.runner.GeneratedMain.main(Unknown Source) Caused by: org.eclipse.jgit.errors.TransportException: http://gitea:3000/karavan/karavan.git: cannot open git-receive-pack at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:759) at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:637) at org.eclipse.jgit.transport.TransportHttp.openPush(TransportHttp.java:541) at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:140) at org.eclipse.jgit.transport.Transport.push(Transport.java:1557) at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:158) ... 23 more Caused by: java.net.UnknownHostException: gitea at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:572) at java.base/java.net.Socket.connect(Socket.java:633) at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:178) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:533) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:638) at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:281) at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:386) at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:408) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1309) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1287) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1128) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1057) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529) at org.eclipse.jgit.transport.http.JDKHttpConnection.getResponseCode(JDKHttpConnection.java:88) at org.eclipse.jgit.util.HttpSupport.response(HttpSupport.java:232) at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:664) ... 28 more 2024-03-22 06:26:32,335 INFO [org.apa.cam.kar.ser.ProjectService] (main) Add services project if not exists 2024-03-22 06:26:32,336 INFO [org.apa.cam.kar.ser.ProjectService] (main) Commit: { "projectId" : "services", "message" : "Add services" } 2024-03-22 06:26:32,338 INFO [org.apa.cam.kar.ser.GitService] (main) Commit and push project services 2024-03-22 06:26:32,338 INFO [org.apa.cam.kar.ser.GitService] (main) Temp folder created /tmp/ad83f59e-b8e3-4805-b3df-d225f2c9e1ba10914633697080695166 2024-03-22 06:26:32,338 INFO [org.apa.cam.kar.ser.GitService] (main) Set UsernamePasswordCredentialsProvider 2024-03-22 06:26:32,341 ERROR [org.apa.cam.kar.ser.GitService] (main) New repository 2024-03-22 06:26:32,343 INFO [org.apa.cam.kar.ser.GitService] (main) Write files for project services 2024-03-22 06:26:32,344 INFO [org.apa.cam.kar.ser.GitService] (main) Add file devservices.yaml 2024-03-22 06:26:32,344 INFO [org.apa.cam.kar.ser.GitService] (main) Add deleted files to git index for project services 2024-03-22 06:26:32,344 INFO [org.apa.cam.kar.ser.GitService] (main) Checking file devservices.yaml 2024-03-22 06:26:32,344 INFO [org.apa.cam.kar.ser.GitService] (main) Commit and push changes 2024-03-22 06:26:32,346 INFO [org.apa.cam.kar.ser.GitService] (main) Git add: org.eclipse.jgit.dircache.DirCache@3f2afa8b 2024-03-22 06:26:32,348 INFO [org.apa.cam.kar.ser.GitService] (main) Git commit: commit bc20546b31f42ff6eb4dd9579cc8332c3bf54a40 1711088792 ------p 2024-03-22 06:26:32,348 INFO [org.apa.cam.kar.ser.GitService] (main) Set UsernamePasswordCredentialsProvider 2024-03-22 06:26:32,349 ERROR [org.apa.cam.kar.ser.ProjectService] (main) Error during services project creation: org.eclipse.jgit.api.errors.TransportException: http://gitea:3000/karavan/karavan.git: cannot open git-receive-pack at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:168) at org.apache.camel.karavan.service.GitService.commitAddedAndPush(GitService.java:276) at org.apache.camel.karavan.service.GitService.commitAndPushProject(GitService.java:136) at org.apache.camel.karavan.service.GitService_ClientProxy.commitAndPushProject(Unknown Source) at org.apache.camel.karavan.service.ProjectService.commitAndPushProject(ProjectService.java:360) at org.apache.camel.karavan.service.ProjectService.addServicesProject(ProjectService.java:424) at org.apache.camel.karavan.service.ProjectService.tryStart(ProjectService.java:279) at org.apache.camel.karavan.service.ProjectService_ClientProxy.tryStart(Unknown Source) at org.apache.camel.karavan.service.KaravanService.onStart(KaravanService.java:71) at org.apache.camel.karavan.service.KaravanService_Observer_onStart_MALE4R2_wuUl-OY6U8WLOg_m3Zo.notify(Unknown Source) at io.quarkus.arc.impl.EventImpl$Notifier.notifyObservers(EventImpl.java:346) at io.quarkus.arc.impl.EventImpl$Notifier.notify(EventImpl.java:328) at io.quarkus.arc.impl.EventImpl.fire(EventImpl.java:82) at io.quarkus.arc.runtime.ArcRecorder.fireLifecycleEvent(ArcRecorder.java:155) at io.quarkus.arc.runtime.ArcRecorder.handleLifecycleEvents(ArcRecorder.java:106) at io.quarkus.deployment.steps.LifecycleEventsBuildStep$startupEvent1144526294.deploy_0(Unknown Source) at io.quarkus.deployment.steps.LifecycleEventsBuildStep$startupEvent1144526294.deploy(Unknown Source) at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source) at io.quarkus.runtime.Application.start(Application.java:101) at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:111) at io.quarkus.runtime.Quarkus.run(Quarkus.java:71) at io.quarkus.runtime.Quarkus.run(Quarkus.java:44) at io.quarkus.runtime.Quarkus.run(Quarkus.java:124) at io.quarkus.runner.GeneratedMain.main(Unknown Source) Caused by: org.eclipse.jgit.errors.TransportException: http://gitea:3000/karavan/karavan.git: cannot open git-receive-pack at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:759) at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:637) at org.eclipse.jgit.transport.TransportHttp.openPush(TransportHttp.java:541) at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:140) at org.eclipse.jgit.transport.Transport.push(Transport.java:1557) at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:158) ... 23 more Caused by: java.net.UnknownHostException: gitea at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:572) at java.base/java.net.Socket.connect(Socket.java:633) at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:178) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:533) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:638) at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:281) at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:386) at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:408) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1309) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1287) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1128) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1057) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529) at org.eclipse.jgit.transport.http.JDKHttpConnection.getResponseCode(JDKHttpConnection.java:88) at org.eclipse.jgit.util.HttpSupport.response(HttpSupport.java:232) at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:664) ... 28 more 2024-03-22 06:26:32,354 INFO [org.apa.cam.kar.doc.DockerEventListener] (docker-java-stream--420933693) DockerEventListener started 2024-03-22 06:26:32,409 INFO [io.quarkus] (main) karavan 4.4.0 on JVM (powered by Quarkus 3.8.1) started in 12.748s. Listening on: http://0.0.0.0:8080 2024-03-22 06:26:32,409 INFO [io.quarkus] (main) Profile public activated. 2024-03-22 06:26:32,409 INFO [io.quarkus] (main) Installed features: [cdi, hazelcast-client, hibernate-validator, jgit, jsch, kubernetes, kubernetes-client, oidc, openshift-client, quinoa, qute, resteasy-reactive, resteasy-reactive-jackson, scheduler, security, smallrye-context-propagation, smallrye-fault-tolerance, smallrye-health, smallrye-openapi, smallrye-reactive-messaging, swagger-ui, vertx] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org