cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the Fatal error during initialize the Hybris 6.6 version

Former Member
0 Kudos

I am getting below error during initializing the Hybris version 6.6. Currently in my machine i have installed the 5.7 running with MSSQL data base. Please let me know if any one faced the below issue, if Yes, please let me know how to resolve the below issue.

FATAL [commons-pool-EvictionTimer] [ENGINE] could not reopen database org.hsqldb.HsqlException: Database lock acquisition failure: lockFile: org.hsqldb.persist.LockFile@1a5b61b8

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member595526
Active Participant
0 Kudos

Hi Satish

please check /hybris/data/hsqldb for mydb.lck. Please delete this file if you find it and then try again

If you are going to use MySql as database, then use the following configuration in local.properites file

  dataSource.className=com.mysql.jdbc.jdbc2.optional.MysqlDataSource
  dataSource.jdbcUrl=jdbc:mysql://localhost/integration?useConfigs=maxPerformance
  dataSource.username=your_username
  dataSource.password=your_password