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;
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
add a comment |
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
1
What happens when you addjschLoggingLevel=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
add a comment |
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
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
apache-camel quartz-scheduler spring-camel camel-ftp
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 addjschLoggingLevel=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
add a comment |
1
What happens when you addjschLoggingLevel=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
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Mar 28 at 18:09
ValahuValahu
1282 silver badges11 bronze badges
1282 silver badges11 bronze badges
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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