Results 1 to 3 of 3

Thread: SimpleAsyncTaskExecutor on linux

  1. #1
    Join Date
    Nov 2008
    Posts
    17

    Default SimpleAsyncTaskExecutor on linux

    I'm using the SimpleAsyncTaskExecutor in my spring batch application and all works fine on windows.

    When deploying the same code on a Linux server the jobLauncher for some reason starts up threads that for some reason keep blocked so the jobs that I want to run don't run at all .

    Does anybody have any clue why this could be?

    Thanks in advance and I hope to hear from you soon.

  2. #2
    Join Date
    Jan 2008
    Location
    San Diego
    Posts
    780

    Default

    I develop on Linux (Ubuntu) and all of our applications are deployed on Linux and we've never had a problem...

    What is your code/config and what version of Spring Batch are you using? Java version? OS (XP, Vista, ??).

  3. #3
    Join Date
    Nov 2008
    Posts
    17

    Default

    It was another stupid mistake on my side which has nothing to do with Spring batch. It works fine now. Thanks anyway.

    Cheers

Posting Permissions

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