cancel
Showing results for 
Search instead for 
Did you mean: 

Administrator and Kickstart no working with Activiti 5.6

lastone
Champ in-the-making
Champ in-the-making
Hi,

please help me…
I've installed and deployed activiti with all modules with apache-tomcat-6.0.32, ant 1.7.1, jdk 1.5.0_22 and oracle db using ojdbc5.jar.

kickstart and administrator don't work. I've read that should be change applicationContext.xml with right configuration but I don't know which is and where is the driver appropriate.
6 REPLIES 6

trademak
Star Contributor
Star Contributor
Hi,

"Don't work" doesn't tell much about the cause of this problem.
Can you add more information, like stacktraces etc?

Best regards,

devi1
Champ in-the-making
Champ in-the-making
I had a problem with reconfiguring the demo to work on MySQL too. So this is what i did on my 5.5 setup

    1) from the setup location run, ant demo.stop (basically to stop any services u might have started while testing previously) and then ant demo.clean
    2) Edit setup/build.properties and change the db parameter to your type of database {oracle | mysql | postgres | h2 | db2 | mssql}
    3) Edit setup/build.${db}.properties and change the JDBC connection parameters to those of your database installation
    4) from the setup location run, ant cfg.create
    5) download and put the driver jar into the setup\files\dependencies\libs folder
    6) modify libs.webapp.kickstart.txt and libs.webapp.administrator.txt files in the setup\files\dependencies directory to include activiti-cfg.jar and your database driver jar (step not in user guide)
    7) from the setup location run, ant demo.start

lastone
Champ in-the-making
Champ in-the-making
Yes, Sorry…

They did Http error 500…

But after I've read that configuration for Administrator and Kickstart is different from other modules that follows the choice made in build.properties. Thus,   I've configured manually this modules and now it appears to work fine.

bismilaah786
Champ in-the-making
Champ in-the-making
I have also same problem.

plz help………..

bismilaah786
Champ in-the-making
Champ in-the-making
Resolved

just copy activiti-cfg.jar to activiti-5.6\apps\apache-tomcat-6.0.32\webapps\activiti-kickstart\WEB-INF\lib folder then stop activiti and again try.

devi1
Champ in-the-making
Champ in-the-making
Could that be point 6 in my post above? Just a suggestion, instead of a crude copy, it would be better if you modify the configuration, as mentioned above, for a permanent fix.