[Cosmo-dev] Trying again: Cosmo server bundle 0.6.0 problems
Randy Letness
randy at osafoundation.org
Fri Jun 1 06:28:31 PDT 2007
Jared Rhine wrote:
> Don Levey wrote:
>> Just to make sure, I created the database 'db', with no difference in
>> error. Do I need to set up/grant rights to a particular ID on the
>> proper database?
One thing I noticed is that in your cosmo.properties you have:
cosmo.hibernate.dialect=org.hibernate.dialect.MySQLDialect
when it should be
cosmo.hibernate.dialect=org.hibernate.dialect.CosmoMySQL5InnoDBDialect
Also, the error you are seeing is most likely due to changes that you
might have accidentally made to tomcat/conf/server.xml. Did you change
the "name" attribute in the "Resource" element to something other than
"osafsrv/db"? You should only need to chnage the username,password, and
url attributes.
-Randy
More information about the cosmo-dev
mailing list