Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[12:20:21 CDT(-0500)] <athena> huh.
[12:20:26 CDT(-0500)] <athena> ERROR [http-443-2] May/03 13:08:31,951 pags.PersonAttributesGroupStore.[] - Exception acquiring attributes for member En
[12:20:26 CDT(-0500)] <athena> tityImpl (org.jasig.portal.security.IPerson) jbourey@unicon.net while checking if group EntityGroupImpl (pags.all_users)
[12:20:26 CDT(-0500)] <athena> All Users (PAGS) contains this member.
[12:20:26 CDT(-0500)] <athena> java.lang.NullPointerException
[12:20:26 CDT(-0500)] <athena> at org.jasig.portal.url.PortalRequestUtilsImpl.getCurrentPortalRequest(PortalRequestUtilsImpl.java:123)
[12:21:02 CDT(-0500)] <EricDalquist> that's neat
[12:21:08 CDT(-0500)] <EricDalquist> can you pastebin a full stack trace?
[12:22:17 CDT(-0500)] <athena> http://pastebin.com/FK0HhYsX
[12:22:22 CDT(-0500)] <athena> wondering if this is actually a tomcat issue
[12:23:15 CDT(-0500)] <athena> though dunno, don't see anything in catalina.out
[12:27:14 CDT(-0500)] <EricDalquist> well getCurrentPortalRequest should be getting the data from a ThreadLocal
[12:27:35 CDT(-0500)] <EricDalquist> actually no
[12:27:39 CDT(-0500)] <EricDalquist> that isn't how that works ...
[12:28:02 CDT(-0500)] <EricDalquist> though I guess this logic should be turned into a generic filter
[12:28:08 CDT(-0500)] <EricDalquist> so that it works everywhere ...
[12:28:12 CDT(-0500)] <EricDalquist> finding the code now