java.lang.RuntimeException: Failed to execute rules and externals
at com.interwoven.livesite.runtime.model.component.Component.executeExternal(Component.java:455)
at com.interwoven.livesite.runtime.model.page.RuntimeComponent.buildComponentTransformData(RuntimeComponent.java:269)
at com.interwoven.livesite.runtime.model.page.RuntimeComponent.transform(RuntimeComponent.java:367)
at com.interwoven.livesite.runtime.model.page.RuntimeComponent.transform(RuntimeComponent.java:338)
at com.interwoven.livesite.runtime.page.PageTokenVariableComponent.transformComponent(PageTokenVariableComponent.java:315)
at com.interwoven.livesite.runtime.page.PageTokenVariableComponent.renderAndCache(PageTokenVariableComponent.java:124)
at com.interwoven.livesite.runtime.page.PageTokenVariableComponent.preRender(PageTokenVariableComponent.java:102)
at com.interwoven.livesite.runtime.page.PageTokenContainer.preRender(PageTokenContainer.java:260)
at com.interwoven.livesite.runtime.model.page.RuntimePage.transformAndOutput(RuntimePage.java:429)
at com.interwoven.livesite.runtime.model.page.RuntimePage.transformAndOutput(RuntimePage.java:410)
at com.interwoven.livesite.runtime.rendering.RenderingManager.doOutputPage(RenderingManager.java:1249)
at com.interwoven.livesite.runtime.rendering.RenderingManager.renderPageGoal(RenderingManager.java:340)
at com.interwoven.livesite.runtime.rendering.RenderingManager.render(RenderingManager.java:248)
at com.interwoven.livesite.runtime.filter.LiveSiteFilter.doFilter(LiveSiteFilter.java:129)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:184)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:997)
at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.invokeFilters(DefaultExtensionProcessor.java:1062)
at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:982)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3935)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1592)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1604)
Caused by: java.lang.RuntimeException: Execution exception in com.interwoven.livesite.common.pojo.PojoMethodCall@7d497d49[object=com.digithaus.iwov.livesite.external.impl.Localize,method=public org.dom4j.Document localize(com.interwoven.livesite.runtime.RequestContext,),scope=local,parameters={}]
at com.interwoven.livesite.common.pojo.PojoMethodCall.execute(PojoMethodCall.java:460)
at com.interwoven.livesite.external.ExternalCall.executePrefixes(ExternalCall.java:190)
at com.interwoven.livesite.external.ExternalCall.execute(ExternalCall.java:135)
at com.interwoven.livesite.runtime.model.component.Component.executeExternal(Component.java:426)
... 39 more
Caused by: java.lang.RuntimeException: Could not invoke method: localize, reason: Failed to get data /opt/IBM/WebSphere7/AppServer/profiles/AppSrv01/installedApps/WUWCH9ACDICMSA01Cell01/LiveSiteRunTime.ear/iw-runtime.war/templatedata/UI/Page Metadata/data/consumer-protection/en_AU/cp-consumerProtection.dcr.xml
at com.interwoven.livesite.common.util.ClassUtils.executeMethod(ClassUtils.java:113)
at com.interwoven.livesite.common.pojo.PojoMethodCall.executeMethod(PojoMethodCall.java:401)
at com.interwoven.livesite.common.pojo.PojoMethodCall.execute(PojoMethodCall.java:455)
... 42 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor305.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.interwoven.livesite.common.util.ClassUtils.executeMethod(ClassUtils.java:105)
... 44 more
Caused by: java.lang.RuntimeException: Failed to get data /opt/IBM/WebSphere7/AppServer/profiles/AppSrv01/installedApps/WUWCH9ACDICMSA01Cell01/LiveSiteRunTime.ear/iw-runtime.war/templatedata/UI/Page Metadata/data/consumer-protection/en_AU/cp-consumerProtection.dcr.xml
at com.interwoven.livesite.file.impl.FileSystemDal.read(FileSystemDal.java:127)
at com.interwoven.livesite.file.impl.FileSystemDal.read(FileSystemDal.java:100)
at com.digithaus.iwov.livesite.util.FileSystemUtils.getFileXml(FileSystemUtils.java:254)
at com.digithaus.iwov.livesite.external.impl.Localize.processDcrElement(Localize.java:119)
at com.digithaus.iwov.livesite.external.impl.Localize.localize(Localize.java:87)
... 48 more
Caused by: java.io.FileNotFoundException: /opt/IBM/WebSphere7/AppServer/profiles/AppSrv01/installedApps/WUWCH9ACDICMSA01Cell01/LiveSiteRunTime.ear/iw-runtime.war/templatedata/UI/Page Metadata/data/consumer-protection/en_AU/cp-consumerProtection.dcr.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:123)
at com.interwoven.livesite.file.impl.FileSystemDal.read(FileSystemDal.java:111)
... 52 more

Smart People Fall for Scams Every Day.
Con artists use good people like you, and good money transfer companies like Western Union, to steal money. The best defence is awareness and education—so you can spot the warning signs. There’s a lot of information on this site to help you help yourself, help others, and help us. Together, we can fight fraud.
Common scams
Fraud comes in many shapes and sizes. Learn more so you can protect yourself.
See more