NCEAS / metadig-engine

MetaDig Engine: multi-dialect metadata assessment engine
7 stars 5 forks source link

prevent nullPointer in `dispatch.setupJep()` #416

Closed jeanetteclark closed 2 months ago

jeanetteclark commented 4 months ago

ran into this on deployment - setupJep() should make sure to catch a possible null pointer exception if it can't find the jep library

additionally, should consider a failing startup entirely if the config file cannot be read

jeanetteclark commented 2 months ago

fixed in d7a54d6