archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

issue from merge request #119 #153

Closed jacomago closed 1 year ago

jacomago commented 1 year ago

119 creates a null pointer exception on load due to the line

if ( dbname.length() > 0 ) { as at this point the dbname is null if the env variable is not set