Grails suddenly throws error Could not determine Hibernate dialect for database name

前端 未结 5 1878
执念已碎
执念已碎 2020-12-10 03:37

I was using grails in version 2.2.0 on Ubuntu for some time and everything went good. My application ran fine. I updated my JDK to 1.7.0_25

5条回答
  •  天涯浪人
    2020-12-10 04:34

    Replacing OpenJDK 1.7.x with OpenJDK 1.6.x seems to have solved it for me (Ubuntu 13.04).

提交回复
热议问题