cancel
Showing results for 
Search instead for 
Did you mean: 

Configure Activiti Explorer for the H2 Database

sachin_patil
Champ in-the-making
Champ in-the-making
A file path that is implicitly relative to the current working directory is not allowed in the database URL "jdbc:h2:tcp://localhost/activiti". Use an absolute path, ~/name, ./name, or the baseDir setting instead. [90011-185] 90011/90011 (Help).

Can any one help on this ?


13 REPLIES 13

sachin_patil
Champ in-the-making
Champ in-the-making
2) AS there no activiti-standalone-context.xml file , becoz I am activiti-5.17.0 which come with activiti-custom-context.xml. I need to make the changes in the activiti-explorer\WEB-INF\classes\activiti-custom-context.xml, becoz to configure the activiti to H2 standalone database . I have attached the changes in the file . Please look in to it .

jbarrez
Star Contributor
Star Contributor
No you don't. There is a db.properties file to do that. Configuring H2 with Activiti is really simple.


Googling your error … gives me this: http://stackoverflow.com/questions/12346707/java-util-zip-zipexception-invalid-cen-header-bad-signat...

So you must have done something wrong with zipping the war file ….

sachin_patil
Champ in-the-making
Champ in-the-making
Can you tell me the steps to Configuring H2 with Activiti ? It would be really helpful .

jbarrez
Star Contributor
Star Contributor
I could, but it's trivial to do it shouldn't require steps.
So have you looked at the zip exception? Why are you rezipping the war (badly)? First try to get exploded deployment working before making it a .war again.