DB Error on Startup

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2011 12:26 PM
I am running Activiti 5.5, and I'm getting this error on startup:
What can I do to fix this?
Any/all replies appreciated. Thanks in advance!
SEVERE: Exception while initializing process engine :no activiti tables in db. set <property name="databaseSchemaUpdate" to value="true" or value="create-drop" (use create-drop for testing only!) in bean processEngineConfiguration in activiti.cfg.xml for automatic schema creationorg.activiti.engine.ActivitiException: no activiti tables in db. set <property name="databaseSchemaUpdate" to value="true" or value="create-drop" (use create-drop for testing only!) in bean processEngineConfiguration in activiti.cfg.xml for automatic schema creation
I've tried setting the databaseSchemaUpdate of my process engine configuration to true, create-drop and to false (currently set to false) but it seems I always get this problem.<property name="databaseSchemaUpdate" value="false" />
What can I do to fix this?
Any/all replies appreciated. Thanks in advance!
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2011 04:40 AM
Hi,
I think the error message is clear, the activiti engine does not found all the necessary tables. Ensure that your configuration with
I think the error message is clear, the activiti engine does not found all the necessary tables. Ensure that your configuration with
<property name="databaseSchemaUpdate" value="true" />
is definitely used by your startup code.
