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

Key: UP-2055
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Eric Dalquist
Votes: 0
Watchers: 0
Operations

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

Missing portlet app results in vauge NPE

Created: 12/May/08 01:12 PM   Updated: 15/Sep/08 06:47 PM
Component/s: Portlet Container, Bitesize
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
If a portlet application context is missing the SpringPortletChannelImpl throws a NullPointerException instead of providing a more descriptive error message.

java.lang.NullPointerException
        at org.jasig.portal.channels.portlet.SpringPortletChannelImpl.render(SpringPortletChannelImpl.java:448)
        at org.jasig.portal.channels.portlet.CSpringPortletAdaptor.renderCharacters(CSpringPortletAdaptor.java:184)
        at org.jasig.portal.ChannelRenderer$Worker.execute(ChannelRenderer.java:545)
        at org.jasig.portal.utils.threading.BaseTask.run(BaseTask.java:27)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
        at java.lang.Thread.run(Thread.java:619)


 All   Comments   Work Log   Change History      Sort Order:
Eric Dalquist [22/May/08 10:31 AM]
Fixed by changes made for UP-2054

Eric Dalquist [15/Sep/08 06:47 PM]
Closing issues that have been released