Oddness running from a daemon.

Cantor, Scott cantor.2 at osu.edu
Tue Oct 7 09:56:57 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.

Well, my guess is we're seeing an issue with the pattern-based flow
mappings, which is all pretty wacky stuff.

When you say it's looking for "authn\conditions\*" what does that mean
exactly? Which layer was doing that? You mean it was walking that
directory?


>An aside: while I was debugging this I did spot an oddity.  The daemon
>wanted to load a file called:
>
>C:\Program Files
>(x86)\Shibboleth\Jetty\resources\%{idp\storage\ClientStorageService:org\op
>en
>saml\storage\impl\ServletRequestScopedStorageService}.class
>
>I'm sure that has nothing to do with problem in hand, but I'll bring it to
>your attention in case it rings any bells.

Unrelated probably, but it looks like maybe there's an issue in a property
somewhere, something not getting replaced. But I would think that would
blow up. I can't imagine Spring actually would look at the un-replaced
value and try to use it, so that's pretty odd.

-- Scott



More information about the dev mailing list