Search:

Type: Posts; User: didilip; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    27
    Views
    5,191

    Hi Dave I was able to see job stopping using...

    Hi Dave

    I was able to see job stopping using the Junit test case .. where job will be stopped after few seconds ..

    But when i use a command prompt to stop a job .

    I see an Error saying...
  2. Replies
    27
    Views
    5,191

    I used simple-cli example for testing purpose .. ...

    I used simple-cli example for testing purpose ..

    from a command prompt gave below command

    mvn exec:java -Dexec.mainClass=org.springframework.batch.core.launch.support.CommandLineJobRunner ...
  3. Replies
    27
    Views
    5,191

    Today i upgraded to version 2.1.5 Release version...

    Today i upgraded to version 2.1.5 Release version of Spring batch ,,,

    Still my issue continues ..

    Enclosed is my config file .
  4. Replies
    27
    Views
    5,191

    2.0.4 - version

    2.0.4 - version
  5. Replies
    27
    Views
    5,191

    did you mean like mvn exec:java...

    did you mean like

    mvn exec:java -Dexec.mainClass=org.springframework.batch.core.lau nch.support.CommandLineJobRunner -stop -Dexec.args="ingestor-config.xml job run.id=11 -stop"

    or

    vn...
  6. Replies
    27
    Views
    5,191

    Dave , I Started using Mysql as my DB ,...

    Dave ,

    I Started using Mysql as my DB , Created all the tables required started job using the below command .

    mvn exec:java...
  7. Replies
    27
    Views
    5,191

    I am trying External repo as DERBY Db , I have...

    I am trying External repo as DERBY Db ,
    I have created tables and the tables required for sequece in derby .

    But getting below error once i start a job , Is their any particular steps i need to...
  8. Replies
    27
    Views
    5,191

    thanks , I was trying to find the example which...

    thanks , I was trying to find the example which has used external repository , I Haven't found any , All of the examples use either MapRepository or simpleJob Repository .

    If you can point me...
  9. Replies
    6
    Views
    1,683

    Thanks Dave , My problem is solved .

    Thanks Dave , My problem is solved .
  10. Replies
    27
    Views
    5,191

    I am using my own transaction manger , does it...

    I am using my own transaction manger , does it have any role in not stoping the Job .

    Transaction manger doesn't check any thing specific .

    Below is the config for that
    <bean...
  11. Replies
    27
    Views
    5,191

    yes , It is using the same repository .

    yes , It is using the same repository .
  12. Replies
    6
    Views
    1,683

    I am using 2.0.4 version of Spring batch .

    I am using 2.0.4 version of Spring batch .
  13. Replies
    27
    Views
    5,191

    After triggering stop command ,I am still seeing...

    After triggering stop command ,I am still seeing in logs that it is picking next chunk of items and processing . After Complet reading of items it shows Completed , Till then it keeps running .
  14. Replies
    6
    Views
    1,683

    any one faced above issue , Help me get rid of...

    any one faced above issue , Help me get rid of this exception .
  15. Replies
    2
    Views
    874

    Can you share the command which you are using to...

    Can you share the command which you are using to stop your job and how you are seeing job status is getting completed .
  16. Replies
    27
    Views
    5,191

    I have initially started with 100 items for...

    I have initially started with 100 items for commit interval ,But we deal with a millions of contents so , i just made for fast processing commit interval as 1000.

    Behavior of stopping is same...
  17. Replies
    6
    Views
    1,683

    Exception RepeatTemplate.canContinue

    Hi

    i am using below config to run a step in multi thread ,This works fine as results are written to destination .

    But when results writting is slow say for each item it is taking nearly 1...
  18. Replies
    27
    Views
    5,191

    i use below config for tasklet creation,Which...

    i use below config for tasklet creation,Which uses spring batch tasklet


    <batch:step id="step1">
    <batch:tasklet job-repository="jobRepository" transaction-manager="transactionManager" > ...
  19. Replies
    27
    Views
    5,191

    I have tried with out using maven also .. i ws...

    I have tried with out using maven also .. i ws not able to stop a job . it just keeps running .
  20. Replies
    27
    Views
    5,191

    Stoping -Spring batch Job

    Hi

    I am trying to stop a Spring batch job which is running , i am using below command to stop ajob , it doesn't seemed to be working .

    "mvn exec:java -Dexec.mainClass=org.spring...
Results 1 to 20 of 20