12-04-2017 12:34 PM
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,
12-04-2017 11:49 PM
Hi Laura,
Have you placed db connector jar file in tomcat/lib ?
Can you please share your error logs ?
Thanks,
Kalpesh,
12-04-2017 11:49 PM
Hi Laura,
Have you placed db connector jar file in tomcat/lib ?
Can you please share your error logs ?
Thanks,
Kalpesh,
12-07-2017 04:12 PM
Thanks Kalpesh. All good now I've added the jar.
Explore our Alfresco products with the links below. Use labels to filter content by product module.