Camel sftp doesn't poll on Unix more than 2 levels deepDoes camel create a thread for each routeCamel sftp component start failing after upgradeApache Camel : Polling the old files when I run as stand alone java project. Is there a way to poll only the new filesCamel SFTP Component: different behavior running on Windows and CentOSCamel moving files and directoriesThrottling FTP Polling consumers using apache camelCamel sftp Writing file failed with: Cannot store fileCamel FTP, Move issueCamel SFTP fetch on schedule and on demandApache Camel downloads some files incompletely from SFTP

Why does a sticker slowly peel off, but if it is pulled quickly it tears?

Why did my folder names end up like this, and how can I fix this using a script?

How to prevent a hosting company from accessing a VM's encryption keys?

50-move rule: only the last 50 or any consecutive 50?

Changing JPEG to RAW to use on Lightroom?

Cooking Scrambled Eggs

What are the occurences of total war in the Native Americans?

How would a low-tech device be able to alert its user?

Expanding powers of expressions of the form ax+b

How do you capitalize agile costs with less mature teams?

What is Spectral Subtraction for noise reduction?

Count the number of paths to n

What is the loud noise of a helicopter when the rotors are not yet moving?

Can Orcus use Multiattack with any melee weapon?

Can I get a PhD for developing an educational software?

How is linear momentum conserved in case of a freely falling body?

Handling Disruptive Student on the Autism Spectrum

Is it legal for source code containing undefined behavior to crash the compiler?

Rent contract say that pets are not allowed. Possible repercussions if bringing the pet anyway?

Semantic difference between regular and irregular 'backen'

Did Dr. Hannibal Lecter like Clarice or attracted towards her?

Why error propagation in CBC mode encryption affect two blocks?

How to set different form displays for creating and editing an entity?

Is first Ubuntu user root?



Camel sftp doesn't poll on Unix more than 2 levels deep


Does camel create a thread for each routeCamel sftp component start failing after upgradeApache Camel : Polling the old files when I run as stand alone java project. Is there a way to poll only the new filesCamel SFTP Component: different behavior running on Windows and CentOSCamel moving files and directoriesThrottling FTP Polling consumers using apache camelCamel sftp Writing file failed with: Cannot store fileCamel FTP, Move issueCamel SFTP fetch on schedule and on demandApache Camel downloads some files incompletely from SFTP






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















Camel sftp is unable to poll more than 2 levels deep when the java code runs on Linux, but it works fine on Windows.



For example, polling files from



sftp://user@domain:22/folder1/folder2?...



works on both Unix and Windows. But, when I use something like



sftp://user@domain:22/folder1/folder2/folder3?...,



the route is always started yet the route running on Unix doesn't get the files in folder 3.



Route: route22 started and consuming from:sftp://user@domain:22/folder1/folder2/folder3?...


The sftp is to the same Unix machine and the same paths are used.



I have tried with stepwise true and false, as well as with recursive.



Could anyone shed some light on this please?










share|improve this question





















  • 1





    What happens when you add jschLoggingLevel=TRACE to the route URI? Do you see anything happening in the logs which could shed more light into what's being found in that directory?

    – Makoto
    Mar 27 at 20:33











  • The problem was caused by the quartz trigger configured on this route. Thanks.

    – Valahu
    Mar 28 at 18:05

















0















Camel sftp is unable to poll more than 2 levels deep when the java code runs on Linux, but it works fine on Windows.



For example, polling files from



sftp://user@domain:22/folder1/folder2?...



works on both Unix and Windows. But, when I use something like



sftp://user@domain:22/folder1/folder2/folder3?...,



the route is always started yet the route running on Unix doesn't get the files in folder 3.



Route: route22 started and consuming from:sftp://user@domain:22/folder1/folder2/folder3?...


The sftp is to the same Unix machine and the same paths are used.



I have tried with stepwise true and false, as well as with recursive.



Could anyone shed some light on this please?










share|improve this question





















  • 1





    What happens when you add jschLoggingLevel=TRACE to the route URI? Do you see anything happening in the logs which could shed more light into what's being found in that directory?

    – Makoto
    Mar 27 at 20:33











  • The problem was caused by the quartz trigger configured on this route. Thanks.

    – Valahu
    Mar 28 at 18:05













0












0








0








Camel sftp is unable to poll more than 2 levels deep when the java code runs on Linux, but it works fine on Windows.



For example, polling files from



sftp://user@domain:22/folder1/folder2?...



works on both Unix and Windows. But, when I use something like



sftp://user@domain:22/folder1/folder2/folder3?...,



the route is always started yet the route running on Unix doesn't get the files in folder 3.



Route: route22 started and consuming from:sftp://user@domain:22/folder1/folder2/folder3?...


The sftp is to the same Unix machine and the same paths are used.



I have tried with stepwise true and false, as well as with recursive.



Could anyone shed some light on this please?










share|improve this question
















Camel sftp is unable to poll more than 2 levels deep when the java code runs on Linux, but it works fine on Windows.



For example, polling files from



sftp://user@domain:22/folder1/folder2?...



works on both Unix and Windows. But, when I use something like



sftp://user@domain:22/folder1/folder2/folder3?...,



the route is always started yet the route running on Unix doesn't get the files in folder 3.



Route: route22 started and consuming from:sftp://user@domain:22/folder1/folder2/folder3?...


The sftp is to the same Unix machine and the same paths are used.



I have tried with stepwise true and false, as well as with recursive.



Could anyone shed some light on this please?







apache-camel quartz-scheduler spring-camel camel-ftp






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 27 at 20:58









Philosophist

10312 bronze badges




10312 bronze badges










asked Mar 27 at 19:49









ValahuValahu

1282 silver badges11 bronze badges




1282 silver badges11 bronze badges










  • 1





    What happens when you add jschLoggingLevel=TRACE to the route URI? Do you see anything happening in the logs which could shed more light into what's being found in that directory?

    – Makoto
    Mar 27 at 20:33











  • The problem was caused by the quartz trigger configured on this route. Thanks.

    – Valahu
    Mar 28 at 18:05












  • 1





    What happens when you add jschLoggingLevel=TRACE to the route URI? Do you see anything happening in the logs which could shed more light into what's being found in that directory?

    – Makoto
    Mar 27 at 20:33











  • The problem was caused by the quartz trigger configured on this route. Thanks.

    – Valahu
    Mar 28 at 18:05







1




1





What happens when you add jschLoggingLevel=TRACE to the route URI? Do you see anything happening in the logs which could shed more light into what's being found in that directory?

– Makoto
Mar 27 at 20:33





What happens when you add jschLoggingLevel=TRACE to the route URI? Do you see anything happening in the logs which could shed more light into what's being found in that directory?

– Makoto
Mar 27 at 20:33













The problem was caused by the quartz trigger configured on this route. Thanks.

– Valahu
Mar 28 at 18:05





The problem was caused by the quartz trigger configured on this route. Thanks.

– Valahu
Mar 28 at 18:05












1 Answer
1






active

oldest

votes


















1















The problem was caused by a quartz trigger (attached to the route) that became corrupted. That happend because of a camel bug that makes camel unable to reconcile triggers when running in cluster mode if they fail due to database reasons.






share|improve this answer
























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55385393%2fcamel-sftp-doesnt-poll-on-unix-more-than-2-levels-deep%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1















    The problem was caused by a quartz trigger (attached to the route) that became corrupted. That happend because of a camel bug that makes camel unable to reconcile triggers when running in cluster mode if they fail due to database reasons.






    share|improve this answer





























      1















      The problem was caused by a quartz trigger (attached to the route) that became corrupted. That happend because of a camel bug that makes camel unable to reconcile triggers when running in cluster mode if they fail due to database reasons.






      share|improve this answer



























        1














        1










        1









        The problem was caused by a quartz trigger (attached to the route) that became corrupted. That happend because of a camel bug that makes camel unable to reconcile triggers when running in cluster mode if they fail due to database reasons.






        share|improve this answer













        The problem was caused by a quartz trigger (attached to the route) that became corrupted. That happend because of a camel bug that makes camel unable to reconcile triggers when running in cluster mode if they fail due to database reasons.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 28 at 18:09









        ValahuValahu

        1282 silver badges11 bronze badges




        1282 silver badges11 bronze badges





















            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55385393%2fcamel-sftp-doesnt-poll-on-unix-more-than-2-levels-deep%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript