Re: Issues with missing positional arguments....

2016-03-04 Thread Tom Barber
I have no idea, but, I did set the method to: def check_running(java=None): this morning which made the error go away, I assume because when its called by update and change_config None takes over (python newbie remember). Anyway, works for me. Tom -- Director Meteorite.bi - Saiku

Re: Issues with missing positional arguments....

2016-03-03 Thread Cory Johns
As long as the state is only set by the interface layer, the handler will always get the relation instance passed in for that state, no matter what Juju hook it's currently running. As before, I don't see anything obvious that would cause that error, so it will require some debugging. On Thu,

Issues with missing positional arguments....

2016-03-03 Thread Tom Barber
Evening all here's one that someone with more brains than me can answer: https://github.com/OSBI/layer-pdi/blob/master/reactive/pdi.py I'm having issues with this with the config-change and upgrade-charm hooks Both have a nasty habit of returning: 2016-03-03 22:25:44 INFO config-changed