History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-2028
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Jen Bourey
Reporter: Jen Bourey
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
uPortal

Storing portlet preferences fails over SSL

Created: 22/Apr/08 04:35 PM   Updated: 21/May/08 07:19 PM
Component/s: Portlet Container
Affects Version/s: 3.0.0
Fix Version/s: 3.0.1, 3.1.0-M1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Results in the stack trace below:

org.jasig.portal.InternalPortalException: org.jasig.portal.channels.portlet.PortletDispatchException: The portlet window 'PortletWindowImpl[portletWindowId=37.u13l1n13,contextPath=/BookmarksPortlet,portletName=BookmarksPortlet,windowState=normal,portletMode=view,expirationCache=<null>,requestParameters=<null>]' threw an exception while executing action. channelPublishId=36, channelSubscribeId=u13l1n13, user=admin
at org.jasig.portal.ChannelRenderer.completeRendering(ChannelRenderer.java:319)
at org.jasig.portal.ChannelManager.doChannelAction(ChannelManager.java:1005)
at org.jasig.portal.rendering.StaticRenderingPipeline.renderState(StaticRenderingPipeline.java:195)
at org.jasig.portal.PortalSessionManager.doGetInternal(PortalSessionManager.java:246)
at org.jasig.portal.PortalSessionManager.doGet(PortalSessionManager.java:176)
at org.jasig.portal.PortalSessionManager.doPost(PortalSessionManager.java:161)
Caused by: org.jasig.portal.channels.portlet.PortletDispatchException: The portlet window 'PortletWindowImpl[portletWindowId=37.u13l1n13,contextPath=/BookmarksPortlet,portletName=BookmarksPortlet,windowState=normal,portletMode=view,expirationCache=<null>,requestParameters=<null>]' threw an exception while executing action. channelPublishId=36, channelSubscribeId=u13l1n13, user=admin
at org.jasig.portal.channels.portlet.SpringPortletChannelImpl.action(SpringPortletChannelImpl.java:320)
at org.jasig.portal.channels.portlet.CSpringPortletAdaptor.processAction(CSpringPortletAdaptor.java:128)
at org.jasig.portal.ChannelRenderer$Worker.execute(ChannelRenderer.java:450)
at org.jasig.portal.utils.threading.BaseTask.run(BaseTask.java:27)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
... 1 more
Caused by: javax.portlet.PortletSecurityException: Secure URLs are not supported at this time
at org.jasig.portal.portlet.url.PortletURLProviderImpl.setSecure(PortletURLProviderImpl.java:70)
at org.apache.pluto.core.PortletContainerImpl.doAction(PortletContainerImpl.java:261)
at org.jasig.portal.channels.portlet.SpringPortletChannelImpl.action(SpringPortletChannelImpl.java:317)
... 9 more

 All   Comments   Work Log   Change History   FishEye      Sort Order:
Jen Bourey [14/May/08 04:25 PM]
Duplicates issue UP-2035.

Parker Grimes [21/May/08 07:09 PM]
What revision was this fixed in? I ran into this and would like to apply the fix to my code.

Parker Grimes [21/May/08 07:12 PM]
Never mind, I searched for the other issue UP-2035 and found it in revision 43635

Jen Bourey [21/May/08 07:17 PM]
From looking at fisheye, it looks like it was added to the 3-0 maintenance
branch as revision 43636, or the trunk as 43635.
  • Jen

On Wed, May 21, 2008 at 7:11 PM, Parker Grimes (JIRA) <jira@ja-sig.org>


Jen Bourey [21/May/08 07:19 PM]

On Wed, May 21, 2008 at 7:13 PM, Parker Grimes (JIRA) <jira@ja-sig.org>