Hi there!
I’m installing Specify 6 on my home PC to play around with, but keep on getting stuck on the generate institution stage with the following error:
org.hibernate.exception.SQLGrammarException: could not insert: [edu.ku.brc.specify.datamodel.StorageTreeDef]
Can anyone help me out or should I start digging into the source code now?
OK I figured it out: Due to a rather silly misunderstanding on my part, no tables had been created inside the specify database yet, hence the error. 😅
In my defense: Since Specify is using the Hibernate O/RM, I think I subconsciously assumed the automatic generation of any missing database objects, depending on settings.
This reply was modified 10 months, 4 weeks ago by fedoras. Reason: addendum