You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Conjure
When running clojure.sh server I got this error:
Exception in thread "main" java.io.FileNotFoundException: Could not
locate conjure/core/db/flavors/h2__init.class or conjure/core/db/
flavors/h2.clj on classpath: (db_config.clj:3)
This is because the src/config/db_config.clj file in your project is
outdated. Download the conjure source code and replace with the new
one from Conjure/conjure_script/resources/new_project/src/config/
db_config.clj.