Debugging scripted attribute definition compilation problems

Wessel, Keith William kwessel at illinois.edu
Thu Oct 25 17:47:06 EDT 2012


Thanks, Brent. Good to better understand that logging.xml isn't a comprehensive set of classes that log.

Unfortunately, javax.script gave me nothing. I also tried various levels of con.sun.phobos.script.javascript.RhinoScriptEngineFactory all the way down to just com.sun.phobos as I see that class in the js jar included in the IDP. Also, no bo, even with my log level set to ALL.

Any other suggestions?

Thanks,
Keith


-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of Brent Putman
Sent: Thursday, October 25, 2012 3:54 PM
To: users at shibboleth.net
Subject: Re: Debugging scripted attribute definition compilation problems


On 10/25/12 4:12 PM, Wessel, Keith William wrote:
>
> I'm trying to set up a scripted attribute definition and, according to 
> the logs, it's failing to compile. A thread I saw in the archives 
> suggested that I enable Rhino debugging, but I'm not sure where or hwo 
> to do this. Doesn't seem to be one of the loggers in logging.xml; I 
> assume it's at a lower level than that.
>

Well, not all the possible loggers are mentioned in our logging.xml, just the common ones. The Java scripting engine stuff is in package '
javax.script', so I'd try enabling a logger for DEBUG for that and see what that gets you. Or if the article you mentioned above references other packages (or logging categorry names), then just added loggers in logging.xml for those. That's pretty much all there is to it.


--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list