cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti bench mark setup help

aneeque
Champ in-the-making
Champ in-the-making
Hello

I just started working on Activiti bench mark for the evaluation of some of my processes. I pass the following String to the command line to run the bench-mark.jar file but I am getting errors. Can someone please guide me in doing it the right way?

java -Xms512M -Xmx1024M -Dhistory=none -Dconfig=default -Dprofiling -DjdbcUrl=jdbc:mysql://localhost:3306/test -DjdbcUsername=root -DjdbcPassword=mysql -jar activiti-basic-benchmark.jar 1 1

I am trying since two days but cannot get it working. Any help would be really beneficial.

Best regards
Aneeque
2 REPLIES 2

aneeque
Champ in-the-making
Champ in-the-making
This throws classsnotfound exeptions as well..

java -Xms512M -Xmx1024M -Dhistory=none -Dconfig=default -Dprofiling -DjdbcUrl=jdbc:h2:mem:activiti;DB_CLOSE_DELAY=1000 -DjdbcDriver=org.h2.Driver -DjdbcUsername=sa -jar activiti-basic-benchmark.jar 1 1

aneeque
Champ in-the-making
Champ in-the-making
got it working.. just replaced the activiti.cfg.xml with the default one and it works.. Great to have this working.Smiley Very Happy