IdP 3.1 - metadata config not working
Cantor, Scott
cantor.2 at osu.edu
Fri Mar 13 10:15:10 EDT 2015
On 3/13/15, 8:56 AM, "Dave Perry" <Dave.Perry at hull-college.ac.uk> wrote:
>However, now when I go to
>https://localhost/idp/status (on a browser on the IdP server itself) I don’t get the debug information anymore, just the HTML complaining about an uncaught exception. This is what I get in the error logs:
>
>2015-03-13 12:53:48,289 - ERROR [org.apache.velocity:96] - ResourceManager : unable to find resource 'status.vm' in any resource loader.
>2015-03-13 12:53:48,850 - ERROR [net.shibboleth.idp.profile:-2] - Uncaught runtime exception
>java.lang.NullPointerException: null
>
>The status page was working before on the clean install. The only config change has been dropping in the old attribute-filter / resolver files and this metadata
> entry.
The status page is a JSP page, so it's the thing that's probably throwing. What I would probably suggest is checking the container log for an error running the JSP and you can file a bug if you find something on that.
The other ERROR is unavoidable, it's just the cost of using Velocity instead of JSP for views and still using JSP for some of them.
-- Scott
More information about the users
mailing list