Versions Compared

Key

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

[04:59:34 CDT(-0500)] <sp4c3> hi
[11:37:35 CDT(-0500)] <mklein21005> Does anyone know of any up-to-date gateway portlets? I'm trying to to find one that will SSO into WebAdvisor.
[11:41:28 CDT(-0500)] <athena> unfortunately i don't
[11:41:51 CDT(-0500)] <athena> it would be really valuable to take the toro gateway portlet, modernize it, and manage it as a jasig project
[11:42:04 CDT(-0500)] <athena> we've proposed doing that a few times, but to date no one's wanted it enough to put in the required resources
[15:47:13 CDT(-0500)] <rickard> My logs are filled with these errors:
[15:47:15 CDT(-0500)] <rickard> java.lang.IllegalStateException: An existing HttpSession is required while retrieving a UserInstance for a HttpServletRequest
[15:47:30 CDT(-0500)] <EricDalquist> likely caused by a portlet taking longer than the timeout to render
[15:47:41 CDT(-0500)] <EricDalquist> the portal just gives up on the portlet rendering thread
[15:47:59 CDT(-0500)] <EricDalquist> and once the main portal response has been sent back the request/response objects the portlet rendering thread has access to are invalid
[15:48:22 CDT(-0500)] <rickard> Hmm
[15:49:02 CDT(-0500)] <EricDalquist> the other possibility is a portlet in the header or footer of the users layout that makes it passed the structure transform but doesn't get included in the theme transform output
[15:49:10 CDT(-0500)] <EricDalquist> this results in the portal starting a rendering thread for the portlet
[15:49:13 CDT(-0500)] <EricDalquist> but not waiting for it to complete
[15:49:21 CDT(-0500)] <EricDalquist> since its contents are not needed in the theme