Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

[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
[15:49:39 CDT(-0500)] <rickard> That seems more likely in my case.
[15:49:55 CDT(-0500)] <rickard> I have a very custom theme.
[15:50:11 CDT(-0500)] <EricDalquist> can you reproduce this in a non-prod environment?

  • No labels