Oddness running from a daemon.

Cantor, Scott cantor.2 at osu.edu
Tue Oct 7 10:15:23 EDT 2014


On 10/7/14, 5:24 AM, "Rod Widdowson" <rdw at steadingsoftware.com> wrote:
>
>This works just fine from the command line, so it is something odd about
>the
>fact that I'm running from a service.  I watched the process doing a
>lookup
>in "authn\conditions\*" and now I'm currently floored so any suggestions
>about what precisely is up with that transition would be welcome.

Refreshing my memory, it should be doing that kind of lookup during the
initialization of the flow repository, because the pattern-based element
tells it to walk the directory tree under the base-path to look for files
that match the pattern and then register the flow files under a flow ID it
computes.

So what I would do is debug into that process and see what it's actually
registering. It's clearly not registering authn/conditions, obviously. I
can track down the exact class to trace if you need me to, I don't recall
it offhand but I did find it before.

-- Scott



More information about the dev mailing list