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@48854885[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/cp-stopFraud-cch-01b.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.GeneratedMethodAccessor43.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/cp-stopFraud-cch-01b.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/cp-stopFraud-cch-01b.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
Protect yourself by reviewing timely information on the latest scams.
Fraud Alert
If you receive a call from someone pretending to be from a computer company regarding a problem with your computer or a refund for a previous service rendered this could be fraud. We have received information that fraudsters are pretending to be from a computer company and requesting remote access to your computer or wanting financial information to perform a refund.
- NEVER provide your financial information to anyone over the phone you don’t know or trust
- NEVER type/enter your financial information when someone has remote access to your computer
- If you’re a victim of this fraud we encourage you to contact your local law enforcement authorities
Are You Looking for Rental Property or Do You Have Property to Rent? Read this First!
What is the rental scam?
Sophisticated scammers use the Internet, and particularly free classified websites, to prey on unsuspecting real estate victims. Rental property scams generally happen in one of two ways:
- Consumers are looking for a house or apartment to rent and get scammed by an “owner.” Victims come across a place in a great area, at a great price. The advertisement looks legitimate so they start communicating with the “owner,” generally by email. The owner says the place is theirs if they wire money to cover an application fee, security deposit, etc. They wire the money, and then never hear from the “owner” again.
- Consumers are renting out a house or apartment they own and get scammed by a “renter.” “Renters” contact victims, generally by email, and express interest in renting the house or apartment. Scammers send a check for the deposit but then cancel the deal. Victims wire the money back only to find out that the check was a fake.
How to protect yourself
Fraudsters use sophisticated techniques and create very believable stories to lure you in. However, there usually are one or more red flags that can tip people off to a possible scam, such as a renter wanting to rent a property without seeing it, or extreme urgency to get a deal done.
Some tips to keep in mind:
- If the rental price sounds too good to be true, it probably is. Research average rental rates for similar properties in the area.
- If you’re communicating by email, check for common red flags like poor grammar, misspellings, character/spacing mistakes, and excessive capitalization.
- Most renters want to see the property before they commit; if they don’t, chances are you’re dealing with a scammer. Another red flag is if they’re in an unreasonable hurry to get you to rent your property to them very quickly.
- Be cautious when dealing with people who say they currently live overseas or are out of the country on business. Scammers tell victims this to explain why they can’t meet in person. And be wary if they prefer to communicate only via email.
- Don’t send money to anyone you don’t know and trust, especially people you’ve never met in-person.
If you sent a Western Union Money Transfer® and believe you may be a victim of fraud, call our Fraud Hotline number at (800) 448-1492.