Upgrading from 3.8 to 4.1.1 org.hibernate.dialect.DerbyTenSevenDialect errr

N G, geändert vor 10 Jahren.

Upgrading from 3.8 to 4.1.1 org.hibernate.dialect.DerbyTenSevenDialect errr

Youngling Beiträge: 3 Beitrittsdatum: 05.02.14 Neueste Beiträge
Hello,

I managed to upgrade from 3.8 to 4.1.1 after deleting the original install (as per your instructions).

Now I have the following minor problem:
I get this on the login page: A potential problem has been detected: The current configuration must be updated by an administrator.
Please replace the database dialect org.hibernate.dialect.DerbyDialect with org.hibernate.dialect.DerbyTenSevenDialect in the file hibernate.properties and restart this application.


I searched for the hibernate.properties file and found the following:
[indent]## Derby

hibernate.dialect=org.hibernate.dialect.DerbyTenSevenDialect
hibernate.connection.driver_class=org.apache.derby.jdbc.EmbeddedDriver
hibernate.connection.url=jdbc:derby:${user.home}/.klaros/klarosDerby;create=true
hibernate.connection.username=root
hibernate.connection.password=root
[/indent]


What should be done?

Thanks,

NG
thumbnail
Patrick Reilly, geändert vor 10 Jahren.

RE: Upgrading from 3.8 to 4.1.1 org.hibernate.dialect.DerbyTenSevenDialect (Antwort)

Padawan Beiträge: 71 Beitrittsdatum: 23.02.11 Neueste Beiträge
Hello NG,

Are you sure that these are the contents of the hibernate.properties file in the .klaros folder?
The .klaros folder is located in the home folder of the user account which runs Klaros-Testmanagement as described in the documentation here.

Regards,
Patrick