Actions
Bug #17833
closedNPE on start
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
After installing the plugin, when I go to its page I get an NPE:
[2020-06-24 17:58:03+0200] ERROR net.liftweb.http.LiftRules - Exception being returned to browser when processing /secure/api/branding java.lang.NullPointerException: null at com.normation.rudder.rest.BrandingApiService.getConf(BrandingApi.scala:115) at com.normation.rudder.rest.BrandingApi$GetBrandingConf$.process0(BrandingApi.scala:77) at com.normation.rudder.rest.lift.LiftApiModule0.process(LiftApiDispatcher.scala:68) at com.normation.rudder.rest.lift.LiftApiModule0.process$(LiftApiDispatcher.scala:67) at com.normation.rudder.rest.BrandingApi$GetBrandingConf$.process(BrandingApi.scala:71) at com.normation.rudder.rest.BrandingApi$GetBrandingConf$.process(BrandingApi.scala:71) at com.normation.rudder.rest.lift.LiftApiModule.handler(LiftApiDispatcher.scala:56) at com.normation.rudder.rest.lift.LiftApiModule.handler$(LiftApiDispatcher.scala:55)
Actions