Hello - I just started seeing this in my logs and haven't seen it happening 
before. I am running:

Karaf-3.0.4
Camel-2.15.2

I am at a loss for what could be causing this. Its basically stopping during a 
run after writing some items to the database, but dropping most of the balance.



Message History
---------------------------------------------------------------------------------------------------------------------------------------
RouteId              ProcessorId          Processor                             
                                           Elapsed (ms)
[Noncache  ] [Noncache  ] [timer://foo?fixedRate=true&period=900000             
                         ] [    234744]
[Noncache  ] [process1          ] [Processor@0x2cf91aaf                         
                                 ] [         0]
[Noncache  ] [to2               ] [jdbc:mydb                                    
                   ] [         5]

Exchange
---------------------------------------------------------------------------------------------------------------------------------------
Exchange[
        Id                  ID-ALA-JPRATT-L2-64645-1436297885034-0-489002
        ExchangePattern     InOnly
        Headers             {CamelRedelivered=false, CamelRedeliveryCounter=0}
        BodyType            String
        Body                select key, id, name, ppp from pl
where ppp = 'MyProd';
]

Stacktrace
---------------------------------------------------------------------------------------------------------------------------------------
java.sql.SQLException: java.lang.NoClassDefFoundError: 
javax/net/ssl/SSLException

Reply via email to