Problem with Database
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2015 06:21 AM
Hey,
I tried to install activiti on opensuse server and it's work. But now i want to change activiti to a h2 persistant database. So i installed h2 and started the db with the path for the database
jdbc.url=jdbc:h2:tcp://localhost/~/../../activiti.
I also changed the db.database to jdbc.url=jdbc:h2:tcp://localhost/~/../../activiti. When I start the tomcat server, the tomcat started shortly and broke.
<code> Schwerwiegend: The web application [/activiti-explorer] registered the JDBC driver [org.h2.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
<code> catalina log file
I can connect to tomcat but not to activiti-explorer(404). Had anyone an idea?
With Windows it works all fine.
I tried to install activiti on opensuse server and it's work. But now i want to change activiti to a h2 persistant database. So i installed h2 and started the db with the path for the database
jdbc.url=jdbc:h2:tcp://localhost/~/../../activiti.
I also changed the db.database to jdbc.url=jdbc:h2:tcp://localhost/~/../../activiti. When I start the tomcat server, the tomcat started shortly and broke.
<code> Schwerwiegend: The web application [/activiti-explorer] registered the JDBC driver [org.h2.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
<code> catalina log file
I can connect to tomcat but not to activiti-explorer(404). Had anyone an idea?
With Windows it works all fine.
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2015 08:06 AM
Make sure the JDBC url is valid, because it doesn't seem to be in this case. Does it also show that in the Tomcat logging?
Best regards,
Best regards,
