Hi,
i am using 7.4.1 TS in Linux server. there are 2 LSDS servers are there. when i pushing the page from RT this two servers are getting updated. when i am hitting the url from the browser. one server responding properly. but the second server throwing "An error has occured please go back "
error in browser. in Livesite_runtime.log i am getting the following error. I had checked the setup between the two servers. all are same. I don't understand how it comes. here I am using the Tomcat server
2016-08-02 00:41:00,101 ERROR [com.interwoven.livesite.runtime.rendering.RuntimeRenderingManager] render: handleException(RuntimeException)
2016-08-02 00:41:00,118 ERROR [com.interwoven.livesite.runtime.rendering.RuntimeRenderingManager] Unhandled exception thrown during rendering
com.interwoven.livesite.runtime.rendering.RenderingException: Unhandled Exception
at com.interwoven.livesite.runtime.rendering.RenderingManager.handleException(RenderingManager.java:960)
at com.interwoven.livesite.runtime.rendering.RenderingManager.render(RenderingManager.java:240)
at com.interwoven.livesite.runtime.impl.BaseRequestContext.render(BaseRequestContext.java:201)
at com.interwoven.livesite.runtime.filter.LiveSiteFilter.doFilter(LiveSiteFilter.java:111)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:183)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:138)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:615)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at com.interwoven.livesite.runtime.model.page.RuntimeComponent.parse(RuntimeComponent.java:363)
at com.interwoven.livesite.runtime.model.page.RuntimeComponent.<init>(RuntimeComponent.java:110)
at com.interwoven.livesite.model.page.RuntimePageConverter.convertXMLToPage(RuntimePageConverter.java:108)
at com.interwoven.livesite.model.page.RuntimePageConverter.convertXMLToRuntimePage(RuntimePageConverter.java:64)
at com.interwoven.livesite.runtime.CacheDataMapping.setPage(CacheDataMapping.java:520)
at com.interwoven.livesite.runtime.rendering.RuntimeRenderingManager.doSetupPage(RuntimeRenderingManager.java:219)
at com.interwoven.livesite.runtime.rendering.RenderingManager.doSetupRenderingObjects(RenderingManager.java:464)
at com.interwoven.livesite.runtime.rendering.RenderingManager.renderPageGoal(RenderingManager.java:295)
at com.interwoven.livesite.runtime.rendering.RenderingManager.render(RenderingManager.java:224)
... 17 more