at least in LS 7.1: if I forget to deploy a new fixed layout config file and try to hit the page, I get this error:
[html]
2013-02-28 14:47:26,352 71765122 ERROR [com.interwoven.livesite.runtime.rendering.RuntimeRenderingManager] (http-1776-4

Unhandled exception thrown during rendering
com.interwoven.livesite.runtime.rendering.RenderingException: Unhandled Exception
at com.interwoven.livesite.runtime.rendering.RenderingManager.handleException(RenderingManager.java:1002)
at com.interwoven.livesite.runtime.rendering.RenderingManager.render(RenderingManager.java:256)
at com.interwoven.livesite.runtime.impl.BaseRequestContext.render(BaseRequestContext.java:235)
at com.interwoven.livesite.runtime.filter.LiveSiteFilter.doFilter(LiveSiteFilter.java:126)
....
Caused by: java.lang.NullPointerException
at com.interwoven.livesite.model.fixedlayout.FixedLayoutCanvas.(FixedLayoutCanvas.java:188)
at com.interwoven.livesite.runtime.model.page.RuntimePage.init(RuntimePage.java:265)
at com.interwoven.livesite.runtime.model.page.RuntimePage.(RuntimePage.java:207)
[/html]
this is a legit error since the fixedlayout file wasn't deployed to runtime server. but my problem is even after I deploy the fixed layout config file, the page never recovers from this error. I tried redeploying the page, the .site, creating new page with same layout and deploying it, modifying the fixedlayout file to get newer timestamp and deploying it. no matter what i try the page never comes up and the only way to recover from this error is to restart LSDS.
I m curious to see if anyone has dealt with this issue and maybe found a way to recover from the error without restarting the app. or at least if someone can explain why i can't load any pages related to that file without restarting?
keep in mind that I never had any errors in the file itself. The only reason I got the error is because I forget to deploy it before I hit a page that is using it.
LS 7.1 Patch 1, Redhat 5.