You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings,
I am trying to deploy wombat, rhino and content-repo on tomcat using Quickstart Guide and get problems with the latter.
Receive the following error: Error creating bean with name 'sqlService' defined in org.plos.repo.config.SpringConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.plos.repo.service.SqlService]: Factory method 'sqlService' threw exception; nested exception is java.sql.SQLSyntaxErrorException: Invalid default value for 'creationDate'
Using latest mysql connector (maybe problem is in it? if so what version is preferred? )
Hi Vitaly,
Have you installed mysql and created the ambra database based on the schema we provide?
We don't have any columns with the name "creationDate" so it seems like something is wrong with the database schema you are using.
edit: sorry, didn't realize this problem is with the repo database, not the ambra database. I will look into this further.
Greetings,
I am trying to deploy wombat, rhino and content-repo on tomcat using Quickstart Guide and get problems with the latter.
Receive the following error:
Error creating bean with name 'sqlService' defined in org.plos.repo.config.SpringConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.plos.repo.service.SqlService]: Factory method 'sqlService' threw exception; nested exception is java.sql.SQLSyntaxErrorException: Invalid default value for 'creationDate'
Using latest mysql connector (maybe problem is in it? if so what version is preferred? )
just in case my context.xml:
The text was updated successfully, but these errors were encountered: