cancel
Showing results for 
Search instead for 
Did you mean: 

Access database during the Hybris server startup

Former Member
0 Kudos

Is there a possibility in hybris to fetch data during the server startup ?

Former Member
0 Kudos

It depends on what database you are using e.g. if you are using out-of-the-box HSQLDB and default configuration, hybris server acquires lock on HSQLDB and won't allow you to connect to it using some other client program. In case of other DBs (e.g. MySQL, Oracle, MS SQL Server etc.), you can connect the DB with a client program/application (e.g. DBVisualizer) and access database.

Former Member
0 Kudos

We are not using HSQL. During the server startup, as the beans are instantiating, a custom program to query the database, fails with the flexi search service, throwing a Null Pointer in the Connection class.

Accepted Solutions (0)

Answers (0)