<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Shib Users:</p>
<p><br>
</p>
<p>I am trying to implement what is described here <a title="Ctrl+Click or tap to follow the link" id="LPlnk461298" href="https://wiki.shibboleth.net/confluence/display/IDP30/AttributePostLoginC14NConfiguration">
https://wiki.shibboleth.net/confluence/display/IDP30/AttributePostLoginC14NConfiguration</a> for an SP.</p>
<p><br>
</p>
<p>I am getting an error:</p>
<p><br>
</p>
2016-01-12 14:28:47,898 - INFO [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:577] - Refreshing ApplicationContext:shibboleth.AttributeResolverService: startup date [Tue Jan 12 14:28:47 EST 2016]; parent: Root WebApplicationContext<br>
2016-01-12 14:28:48,334 - WARN [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:545] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'searchUsername': Cannot create inner bean '(inner bean)#db9b2e7' of type [net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean] while setting bean property 'script'; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name '(inner bean)#db9b2e7': Invocation of init method failed; nested exception is javax.script.ScriptException: sun.org.mozilla.javascript.internal.EvaluatorException: missing name after . operator (<Unknown Source>#13)<br>
2016-01-12 14:28:48,422 - ERROR [net.shibboleth.utilities.java.support.service.AbstractReloadableService:181] - Service 'shibboleth.AttributeResolverService': Initial load failed<br>
net.shibboleth.utilities.java.support.service.ServiceException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchUsername': Cannot create inner bean '(inner bean)#db9b2e7' of type [net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean]
while setting bean property 'script'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#db9b2e7': Invocation of init method failed; nested exception is javax.script.ScriptException: sun.org.mozilla.javascript.internal.EvaluatorException:
missing name after . operator (<Unknown Source>#13)<br>
at net.shibboleth.ext.spring.service.ReloadableSpringService.doReload(ReloadableSpringService.java:334)<br>
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchUsername': Cannot create inner bean '(inner bean)#db9b2e7' of type [net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean] while setting bean property
'script'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#db9b2e7': Invocation of init method failed; nested exception is javax.script.ScriptException: sun.org.mozilla.javascript.internal.EvaluatorException:
missing name after . operator (<Unknown Source>#13)<br>
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:313)<br>
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#db9b2e7': Invocation of init method failed; nested exception is javax.script.ScriptException: sun.org.mozilla.javascript.internal.EvaluatorException:
missing name after . operator (<Unknown Source>#13)<br>
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1578)<br>
Caused by: javax.script.ScriptException: sun.org.mozilla.javascript.internal.EvaluatorException: missing name after . operator (<Unknown Source>#13)<br>
at com.sun.script.javascript.RhinoScriptEngine.compile(RhinoScriptEngine.java:392)<br>
Caused by: sun.org.mozilla.javascript.internal.EvaluatorException: missing name after . operator (<Unknown Source>#13)<br>
at sun.org.mozilla.javascript.internal.DefaultErrorReporter.runtimeError(DefaultErrorReporter.java:109)<br>
2016-01-12 14:28:48,449 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:183] - Service 'shibboleth.AttributeResolverService': Continuing to poll configuration<br>
<br>
<p>Am I just missing one of the packages?</p>
<p><br>
</p>
<p>Thanks for the help.</p>
<p><br>
</p>
<p>-Rod<br>
</p>
</div>
</body>
</html>