Hi,
I am running activiti 6.0.0.
I have no problem using activiti-app with my oracle database and the tables get updated as expected.
However, using activiti-rest (with the same database settings) doesn't seem to work.
I can log in with the kermit demo user but not with any real user. I changed the create.demo.users to false but this locks me out completely (404) so it seems that it is not connecting to my database.
create.demo.users=false
create.demo.definitions=false
create.demo.models=false
Here are the rest of the engine.properties settings
# engine properties
engine.schema.update=true
engine.activate.jobexecutor=true
engine.asyncexecutor.enabled=true
engine.asyncexecutor.activate=true
engine.history.level=full
Here is my db.properties :
db=oracle
jdbc.driver=oracle.jdbc.driver.OracleDriver
jdbc.url=jdbcracle:thin@localhost:1521:XE
jdbc.username=activiti
jdbc.password=pwd
and here is my activiti-app.properties:
datasource.driver=oracle.jdbc.driver.OracleDriver
datasource.url=jdbcracle:thin:@localhost:1521:XE
datasource.username=activiti
datasource.password=pwd
Any help appreciated,
Solved! Go to Solution.
Hi Laura,
Have you placed db connector jar file in tomcat/lib ?
Can you please share your error logs ?
Thanks,
Kalpesh,
Hi Laura,
Have you placed db connector jar file in tomcat/lib ?
Can you please share your error logs ?
Thanks,
Kalpesh,
Thanks Kalpesh. All good now I've added the jar.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.