Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Problem deploying Spring Integration as a WAR\EAR file

  1. #11
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,148

    Default

    I was not ignoring you; I don't see a location in your profile but it seems we have a timezone difference.

    Attach a debug log (in a zip) showing the initialization and up to when you perceive the poller is not running; include the thread name in the log pattern.

    Do you see the same behavior with a fixed-delay/fixed-rate poller?
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

  2. #12
    Join Date
    Jun 2011
    Location
    Sydney, Australia
    Posts
    32

    Default

    Hi Gary,

    A late reply coz of time difference. I am in Australia.

    I have reconfigured the config files yesterday and now all seems to work normal as expected/configured.

    My cron is configured to run every 5 seconds and pick up the files. I have run some 3 tests so far, putting in 5 files per test. Attached are the server logs.

    However, I did see some threading issues this morning (left the poller running overnight) wherein the same file was being tried to be picked up by more than 1 thread and there were exceptions in the log (file.not.found). Not sure if problem occurs when the poller is running for long time. I have restarted the poller since then and run the tests as per the above log. I will keep testing for a day or two and report the outcome.

    Thanks.
    Attached Files Attached Files

  3. #13
    Join Date
    Jun 2011
    Location
    Sydney, Australia
    Posts
    32

    Default

    Hi Gary,

    Ran some tests overnight. I had a timer which was putting 5 files in the polling directory every 15 mins. All the tests have run successfully with no error reported. I cannot explain why I was getting threading issues earlier (file being picked up twice by seperate threads). Attached are the logs.

    Thanks.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •