BassemAbdelFatah commented on issue #872: URL: https://github.com/apache/camel-karavan/issues/872#issuecomment-1700836996
> Can you share Karavan container log? Here you go: k logs -f karavan-6bfb65b5b-fcvw8 2023-08-31 11:02:54,670 INFO [io.qua.sma.ope.run.OpenApiRecorder] (main) CORS filtering is disabled and cross-origin resource sharing is allowed without restriction, which is not recommended in production. Please configure the CORS filter through 'quarkus.http.cors.*' properties. For more information, see Quarkus HTTP CORS documentation 2023-08-31 11:02:54,842 INFO [org.apa.cam.kar.ser.KaravanService] (main) Start Karavan 2023-08-31 11:02:54,900 INFO [org.apa.cam.kar.ser.KaravanService] (main) InfinispanService is starting in local mode 2023-08-31 11:02:55,392 INFO [org.inf.CONTAINER] (main) ISPN000389: Loaded global state, version=14.0.6.Final timestamp=2023-08-31T11:02:49.837984Z 2023-08-31 11:02:55,554 INFO [org.inf.CONTAINER] (main) ISPN000556: Starting user marshaller 'org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller' 2023-08-31 11:02:55,738 INFO [org.inf.CLUSTER] (main) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration! 2023-08-31 11:02:55,956 INFO [org.inf.CLUSTER] (main) ISPN000078: Starting JGroups channel `ISPN` 2023-08-31 11:02:55,971 INFO [org.jgr.JChannel] (main) local_addr: e1b02794-cf70-4520-b549-5296a171887a, name: karavan-6bfb65b5b-fcvw8-54876 2023-08-31 11:02:55,978 WARN [org.jgr.pro.UDP] (main) JGRP000015: the send buffer of socket MulticastSocket was set to 1MB, but the OS only allocated 212.99KB 2023-08-31 11:02:55,978 WARN [org.jgr.pro.UDP] (main) JGRP000015: the receive buffer of socket MulticastSocket was set to 20MB, but the OS only allocated 212.99KB 2023-08-31 11:02:55,979 WARN [org.jgr.pro.UDP] (main) JGRP000015: the send buffer of socket MulticastSocket was set to 1MB, but the OS only allocated 212.99KB 2023-08-31 11:02:55,980 WARN [org.jgr.pro.UDP] (main) JGRP000015: the receive buffer of socket MulticastSocket was set to 25MB, but the OS only allocated 212.99KB 2023-08-31 11:02:56,008 INFO [org.jgr.pro.FD_SOCK2] (main) server listening on *.41681 2023-08-31 11:02:58,045 INFO [org.jgr.pro.pbc.GMS] (main) karavan-6bfb65b5b-fcvw8-54876: no members discovered after 2006 ms: creating cluster as coordinator 2023-08-31 11:02:58,056 INFO [org.inf.CLUSTER] (main) ISPN000094: Received new cluster view for channel ISPN: [karavan-6bfb65b5b-fcvw8-54876|0] (1) [karavan-6bfb65b5b-fcvw8-54876] 2023-08-31 11:02:58,074 INFO [org.inf.CLUSTER] (main) ISPN000079: Channel `ISPN` local address is `karavan-6bfb65b5b-fcvw8-54876`, physical addresses are `[10.244.0.19:57217]` 2023-08-31 11:02:58,789 WARN [org.inf.CONFIG] (main) ISPN000595: ClusterLoader has been deprecated and will be removed in a future version with no direct replacement 2023-08-31 11:02:59,016 WARN [org.inf.CONFIG] (main) ISPN000595: ClusterLoader has been deprecated and will be removed in a future version with no direct replacement 2023-08-31 11:02:59,061 WARN [org.inf.CONFIG] (main) ISPN000595: ClusterLoader has been deprecated and will be removed in a future version with no direct replacement 2023-08-31 11:02:59,080 WARN [org.inf.CONFIG] (main) ISPN000595: ClusterLoader has been deprecated and will be removed in a future version with no direct replacement 2023-08-31 11:02:59,095 WARN [org.inf.CONFIG] (main) ISPN000595: ClusterLoader has been deprecated and will be removed in a future version with no direct replacement 2023-08-31 11:02:59,138 WARN [org.inf.CONFIG] (main) ISPN000595: ClusterLoader has been deprecated and will be removed in a future version with no direct replacement 2023-08-31 11:02:59,157 WARN [org.inf.CONFIG] (main) ISPN000595: ClusterLoader has been deprecated and will be removed in a future version with no direct replacement 2023-08-31 11:02:59,170 WARN [org.inf.CONFIG] (main) ISPN000595: ClusterLoader has been deprecated and will be removed in a future version with no direct replacement 2023-08-31 11:02:59,182 WARN [org.inf.CONFIG] (main) ISPN000595: ClusterLoader has been deprecated and will be removed in a future version with no direct replacement 2023-08-31 11:02:59,348 WARN [org.inf.CONFIG] (main) ISPN000595: ClusterLoader has been deprecated and will be removed in a future version with no direct replacement 2023-08-31 11:02:59,973 INFO [org.apa.cam.kar.ser.KubernetesService] (executor-thread-0) Stop Kubernetes Informers 2023-08-31 11:02:59,977 INFO [org.apa.cam.kar.ser.KubernetesService] (executor-thread-0) Starting Kubernetes Informers 2023-08-31 11:03:00,173 INFO [org.apa.cam.kar.ser.ProjectService] (executor-thread-1) Add templates project if not exists 2023-08-31 11:03:00,174 INFO [org.apa.cam.kar.ser.ProjectService] (executor-thread-1) Import commits... 2023-08-31 11:03:00,175 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-1) Git checkout 2023-08-31 11:03:00,180 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-1) inKubernetes karavan 2023-08-31 11:03:00,276 INFO [io.quarkus] (main) karavan 3.21.0 on JVM (powered by Quarkus 2.16.7.Final) started in 8.018s. Listening on: http://0.0.0.0:8080 2023-08-31 11:03:00,277 INFO [io.quarkus] (main) Profile public activated. 2023-08-31 11:03:00,277 INFO [io.quarkus] (main) Installed features: [cdi, infinispan-client, jgit, jsch, kubernetes, kubernetes-client, oidc, openshift-client, quinoa, qute, resteasy-reactive, resteasy-reactive-jackson, scheduler, security, security-properties-file, smallrye-context-propagation, smallrye-fault-tolerance, smallrye-health, smallrye-openapi, smallrye-reactive-messaging, swagger-ui, vertx] 2023-08-31 11:03:00,700 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-1) Temp folder created /tmp/import9546624777898388738 2023-08-31 11:03:01,952 WARN [io.fab.kub.cli.dsl.int.VersionUsageUtils] (executor-thread-0) The client is using resource type 'pipelineruns' with unstable version 'v1beta1' 2023-08-31 11:03:02,632 INFO [org.apa.cam.kar.ser.KubernetesService] (executor-thread-0) Started Kubernetes Informers 2023-08-31 11:03:04,156 ERROR [org.apa.cam.kar.ser.GitService] (executor-thread-1) New repository 2023-08-31 11:03:04,197 ERROR [org.apa.cam.kar.ser.GitService] (executor-thread-1) No HEAD exists and no explicit starting revision was specified this log is after I created and pushed the below files   all files are empty on the GitLab and infinitely loading on karavan -- 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