mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 14:03:17 +00:00
#9006 fix referenced configuration file
This commit is contained in:
@@ -37,7 +37,7 @@ public class GeoIpService {
|
|||||||
public DatabaseReader getDatabaseReader() throws IllegalStateException {
|
public DatabaseReader getDatabaseReader() throws IllegalStateException {
|
||||||
String dbPath = configurationService.getProperty("usage-statistics.dbfile");
|
String dbPath = configurationService.getProperty("usage-statistics.dbfile");
|
||||||
if (StringUtils.isBlank(dbPath)) {
|
if (StringUtils.isBlank(dbPath)) {
|
||||||
throw new IllegalStateException("The required 'dbfile' configuration is missing in solr-statistics.cfg!");
|
throw new IllegalStateException("The required 'dbfile' configuration is missing in usage-statistics.cfg!");
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user