Customer Portal

javax.management.InstanceAlreadyExistsException

Comments 3

  • Avatar
    avackova
    0
    Comment actions Permalink
    You can turn off JMX logging (see -noJMX switch in Command line arguments).
  • Avatar
    priyadarshini
    0
    Comment actions Permalink
    hmm...got it

    But when I run 5 different xml files with 5 different csv file I want it runGraph to run 5 times one after other by calling the method of single instance of rungraph, 5 times. But, by default, I am finding some parrellel execution and its too slow when compared with running them all one by one.

    how come its so slow and why the clover working on multiple tables altogethor...is there a way to switch off this parrellel execution.
  • Avatar
    avackova
    0
    Comment actions Permalink
    How do you run the graphs? From java? Can you show your code?

Please sign in to leave a comment.