<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 12, 2015 at 1:48 PM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">It's running exactly the code I'd expect, and the log messages are around the code that just sets the script context attributes that you're not getting.</blockquote></div><div class="gmail_extra"><br></div>My main development environment has been RHEL6.6 w/ Oracle Java 1.8.0_45 and Tomcat 8.0.23</div><div class="gmail_extra">I also have this problem on the IdP on my laptop -  OSX 10.10.3 w/ Oracle Java 1.8.0_45 and Jetty 9.2.9..</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">2015-06-12 15:06:55,368 - ERROR [net.shibboleth.idp.profile.impl.ResolveAttributes:256] - Profile Action ResolveAttributes: Error resolving attributes</div><div class="gmail_extra">net.shibboleth.idp.attribute.resolver.ResolutionException: Attribute Definition 'umichPersonJpegPhotoMime': unable to execute script</div><div class="gmail_extra">    at net.shibboleth.idp.attribute.resolver.ad.impl.ScriptedAttributeDefinition.doAttributeDefinitionResolve(ScriptedAttributeDefinition.java:152)</div><div class="gmail_extra">Caused by: javax.script.ScriptException: TypeError: Cannot get property "principalName" of null in <eval> at line number 9</div><div class="gmail_extra">    at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:455)</div><div class="gmail_extra">Caused by: jdk.nashorn.internal.runtime.ECMAException: TypeError: Cannot get property "principalName" of null</div><div class="gmail_extra">    at jdk.nashorn.internal.runtime.ECMAErrors.error(ECMAErrors.java:57)</div><div><br></div><div>...where line 9 is...</div><div><br></div><div>    var user = requestContext.principalName;<br></div></div><div class="gmail_extra"><br></div><div class="gmail_extra"><div>Liam</div></div></div>