TutenStain / Hedgehog-Photo

A simple and easy to use photo organizer/viewer.
3 stars 1 forks source link

Can't run project #2

Closed FlorianMinges closed 12 years ago

FlorianMinges commented 12 years ago

Getting a java.sql.SQLException: Failed to create database 'HedgeHogDB' when trying to run the project. Would Adam look at this?

TutenStain commented 12 years ago

Solution: delete the database and recreate it using a proper XML.

FlorianMinges commented 12 years ago

Is there a more permanent solution? Anyways; that was a quick & good fix. :)

TutenStain commented 12 years ago

The reason for this is that we do not push the entire DB to git, only some strange and probably irrelevant log-like files. The final DB is under construction and is almost done. We can then reconsider if we should push the DB again (hopefully we can do this without thousands lines of code that conflicts), or try to create it dynamically.