If your question is how to suppress the error message and stack trace
for what is really normal operation, the log4j reference you found was
probably to setting up filtering criteria in log4j.xml which allows
for a richer set of features than log4j.properties.

However, since you appear to be logging things at the DEBUG level, you
would seem to want the detail.


On Fri, Mar 9, 2012 at 9:28 AM, Harish Patharla
<harish.patha...@iggroup.com> wrote:
> Hi,
>
> I get this error when trying to login in. I searched forums where this 
> exception was asked about but nobody answered.one answer was to use log4j but 
> don't know how to do it.
>
> Here is the stacktrace:
> org.acegisecurity.intercept.AbstractSecurityInterceptor 
> (AbstractSecurityInterceptor.java:284) - Secure object: 
> [ROLE_RLE-BLR-DEV-JUNIOR AUTOMATION DEVELOPER-STAFF, 
> ROLE_RLE-BLR-DEV-AUTOMATION QA TEAM LEADER, ROLE_RLE-BLR-DEV-QA Engineer 
> 4-staff]; ConfigAttributes: [ROLE_RLE-BLR-DEV-JUNIOR AUTOMATION 
> DEVELOPER-STAFF, ROLE_RLE-BLR-DEV-AUTOMATION QA TEAM LEADER, 
> ROLE_RLE-BLR-DEV-QA Engineer 4-staff]
> 2012-03-08 12:26:37,660 DEBUG ["http-apr-8080"-exec-8] 
> org.acegisecurity.intercept.AbstractSecurityInterceptor 
> (AbstractSecurityInterceptor.java:317) - Previously Authenticated: 
> org.acegisecurity.providers.UsernamePasswordAuthenticationToken@415cd0cc: 
> Username: org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl@1679bb1; 
> Password: [PROTECTED]; Authenticated: true; Details: null; Granted 
> Authorities: ROLE_RLE-BLR-DEV-QA ENGINEER 4-STAFF
> 2012-03-09 14:25:14,208 ERROR ["http-apr-8080"-exec-6] 
> org.apache.tapestry5.internal.services.RenderQueueImpl 
> (RenderQueueImpl.java:82) - Render queue error in BeginRender[Start]: Access 
> is denied
> org.apache.tapestry5.ioc.internal.util.TapestryException: Access is denied
>        at 
> org.apache.tapestry5.internal.structure.ComponentPageElementImpl.invoke(ComponentPageElementImpl.java:922)
>        at 
> org.apache.tapestry5.internal.structure.ComponentPageElementImpl.access$300(ComponentPageElementImpl.java:50)
>        at 
> org.apache.tapestry5.internal.structure.ComponentPageElementImpl$11.render(ComponentPageElementImpl.java:351)
>        at 
> org.apache.tapestry5.internal.services.RenderQueueImpl.run(RenderQueueImpl.java:72)
>        at 
> org.apache.tapestry5.internal.services.PageRenderQueueImpl.render(PageRenderQueueImpl.java:108)
>        at 
> $PageRenderQueue_135f7b2bc8c.render($PageRenderQueue_135f7b2bc8c.java)
>        at 
> $PageRenderQueue_135f7b2bc8a.render($PageRenderQueue_135f7b2bc8a.java)
>        at 
> org.apache.tapestry5.services.TapestryModule$19.renderMarkup(TapestryModule.java:1199)
>        at 
> org.apache.tapestry5.services.TapestryModule$28.renderMarkup(TapestryModule.java:1550)
>        at 
> $MarkupRenderer_135f7b2bc8e.renderMarkup($MarkupRenderer_135f7b2bc8e.java)
>
>
> Thanks,
> Harish P
>
> ________________________________
> The information contained in this email is strictly confidential and for the 
> use of the addressee only, unless otherwise indicated. If you are not the 
> intended recipient, please do not read, copy, use or disclose to others this 
> message or any attachment. Please also notify the sender by replying to this 
> email or by telephone (+44 (0)20 7896 0011) and then delete the email and any 
> copies of it. Opinions, conclusions (etc) that do not relate to the official 
> business of this company shall be understood as neither given nor endorsed by 
> it. IG Group Holdings plc is a company registered in England and Wales under 
> number 04677092. VAT registration number 761 2978 07. Registered Office: 
> Cannon Bridge House, 25 Dowgate Hill, London EC4R 2YA. Listed on the London 
> Stock Exchange. Its subsidiaries IG Markets Limited and IG Index Limited are 
> authorised and regulated by the Financial Services Authority (IG Markets 
> Limited FSA registration number 195355 and IG Index Limited FSA registration 
> number 114059).



-- 
Jonathan Barker
ITStrategic

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to