patilvinodk commented on issue #7427:
URL: https://github.com/apache/camel-quarkus/issues/7427#issuecomment-2949802805

   Following are the logs - Please note it recognized the timer routes files 
but fails to start the timer route without any error. The other yaml dsl route 
is started fine... Also if you see, I wrote java dsl timer, and that route also 
started fine. 
   
   
   [INFO] Invoking compiler:3.14.0:compile (default-compile) @ quarkstimes
   [INFO] Recompiling the module because of changed source code.
   [INFO] Compiling 2 source files with javac [debug parameters release 21] to 
target\classes
   [INFO] Invoking resources:3.3.1:testResources (default-testResources) @ 
quarkstimes
   [INFO] skip non existing resourceDirectory 
C:\vinod\POCs\quarkusTimerIssue\quarkstimes\src\test\resources
   [INFO] Invoking compiler:3.14.0:testCompile (default-testCompile) @ 
quarkstimes
   [INFO] No sources to compile
   Listening for transport dt_socket at address: 5005
   2025-06-06 12:21:50,200 INFO  
[org.apa.cam.qua.cor.dep.mai.CamelMainHotDeploymentProcessor] (build-7) 
HotDeployment files:
   2025-06-06 12:21:50,201 INFO  
[org.apa.cam.qua.cor.dep.mai.CamelMainHotDeploymentProcessor] (build-7) - 
routes/tokengenerator.yaml
   2025-06-06 12:21:50,201 INFO  
[org.apa.cam.qua.cor.dep.mai.CamelMainHotDeploymentProcessor] (build-7) - 
routes/xform-svc-rest-invok-route.yaml
   __  ____  __  _____   ___  __ ____  ______
    --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
    -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
   --\___\_\____/_/ |_/_/|_/_/|_|\____/___/
   2025-06-06 12:21:52,930 INFO  [org.vin.qua.XXXApplication] (Quarkus Main 
Thread) !!!!!!!!!!!!! STARTING XXXApplication !!!!!!!!!!!
   
   2025-06-06 12:21:54,481 INFO  [io.quarkus] (Quarkus Main Thread) quarkstimes 
1.0.0 on JVM (powered by Quarkus 3.19.1) started in 6.209s. Listening on: 
http://localhost:9090
   2025-06-06 12:21:54,487 INFO  [io.quarkus] (Quarkus Main Thread) Profile 
local activated. Live Coding activated.
   2025-06-06 12:21:54,491 INFO  [io.quarkus] (Quarkus Main Thread) Installed 
features: [camel-attachments, camel-core, camel-direct, camel-file, 
camel-platform-http, camel-rest, camel-timer, camel-yaml-dsl, cdi, 
smallrye-context-propagation, vertx]
   2025-06-06 12:21:54,494 INFO  [org.apa.cam.mai.MainSupport] (Quarkus Main 
Thread) Apache Camel (Main) 4.10.0 is starting
   2025-06-06 12:21:54,513 INFO  [org.apa.cam.mai.ProfileConfigurer] (Quarkus 
Main Thread) The application is starting with profile: dev
   2025-06-06 12:21:54,645 INFO  [org.apa.cam.mai.BaseMainSupport] (Quarkus 
Main Thread) Auto-configuration summary
   2025-06-06 12:21:54,647 INFO  [org.apa.cam.mai.BaseMainSupport] (Quarkus 
Main Thread)     [MicroProfilePropertiesSource] camel.main.routesIncludePattern 
= 
routes/tokengenerator-insurerretrieval.yaml,routes/xform-svc-rest-invok-route.yaml
   2025-06-06 12:21:54,881 INFO  [org.apa.cam.com.fil.FileEndpoint] (Quarkus 
Main Thread) Endpoint is configured with noop=true so forcing endpoint to be 
idempotent as well
   2025-06-06 12:21:54,882 INFO  [org.apa.cam.com.fil.FileEndpoint] (Quarkus 
Main Thread) Using default memory based idempotent repository with cache max 
size: 1000
   2025-06-06 12:21:54,895 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] 
(Quarkus Main Thread) Apache Camel 4.10.0 (camel-1) is starting
   2025-06-06 12:21:54,920 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] 
(Quarkus Main Thread) Routes startup (total:3)
   2025-06-06 12:21:54,922 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] 
(Quarkus Main Thread)     Started route1 (file://input)
   2025-06-06 12:21:54,924 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] 
(Quarkus Main Thread)     Started myTimerRoute (timer://myTimer)
   2025-06-06 12:21:54,930 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] 
(Quarkus Main Thread)     Started route-157b (direct://xform-svc-rest-call)
   2025-06-06 12:21:54,932 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] 
(Quarkus Main Thread) Apache Camel 4.10.0 (camel-1) started in 32ms (build:0ms 
init:0ms start:32ms boot:1s723ms)
   2025-06-06 12:21:55,933 INFO  [FileRouteBuilder:19] (Camel (camel-1) thread 
#2 - timer://myTimer) Timer event triggered at
   2025-06-06 12:22:05,919 INFO  [FileRouteBuilder:19] (Camel (camel-1) thread 
#2 - timer://myTimer) Timer event triggered at
   2025-06-06 12:22:15,920 INFO  [FileRouteBuilder:19] (Camel (camel-1) thread 
#2 - timer://myTimer) Timer event triggered at
   2025-06-06 12:22:25,922 INFO  [FileRouteBuilder:19] (Camel (camel-1) thread 
#2 - timer://myTimer) Timer event triggered at


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to