[ http://jira.magnolia.info/browse/MAGNOLIA-1588?page=all ]
Sameer Charles resolved MAGNOLIA-1588.
--------------------------------------
Fix Version/s: 3.1 M2
Resolution: Fixed
done,
1. fixed NPE on login
2. there are no more exceptions from admininterface after login
> Exception in AnonymousContext
> -----------------------------
>
> Key: MAGNOLIA-1588
> URL: http://jira.magnolia.info/browse/MAGNOLIA-1588
> Project: Magnolia
> Issue Type: Bug
> Components: security
> Reporter: Oliver Lietz
> Assigned To: Sameer Charles
> Fix For: 3.1 M2
>
>
> There is a NPE in AnonymousContext (trunk, fresh setup) when accessing
> Magnolia.
> /magnolia or /magnolia/.magnolia (where magnolia is the instance/context):
> Servlet.service() for servlet default threw exception
> java.lang.ExceptionInInitializerError
> at
> info.magnolia.cms.filters.MgnlContextFilter.doFilter(MgnlContextFilter.java:35)
> [...]
> Caused by: java.lang.NullPointerException
> at
> info.magnolia.context.AnonymousContext.createAnonymousSubject(AnonymousContext.java:121)
> at
> info.magnolia.context.AnonymousContext.<clinit>(AnonymousContext.java:54)
> ... 19 more
> or
> Servlet.service() for servlet default threw exception
> java.lang.NoClassDefFoundError
> at
> info.magnolia.cms.filters.MgnlContextFilter.doFilter(MgnlContextFilter.java:35)
> [...]
> at java.lang.Thread.run(Thread.java:613)
> no cause, maybe this is caused by something different
> Commenting out assignment of anonymousSubject and anonymousUser and the
> listener lets one log in - but AdminCentral produces more exceptions.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------