Hi Team, we are trying to execute Externals which is part of a component in .Net environment is not getting executed. PFB the error that we are getting while executing the code. ******************************************************************
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:272) at com.interwoven.livesite.runtime.model.page.RuntimeComponent.transform(RuntimeComponent.java:370) at com.interwoven.livesite.runtime.model.page.RuntimeComponent.transform(RuntimeComponent.java:341) at com.interwoven.livesite.runtime.page.PageTokenVariableComponent.transformComponent(PageTokenVariableComponent.java:315) at com.interwoven.livesite.runtime.page.PageTokenVariableComponent.renderNoCache(PageTokenVariableComponent.java:221) at com.interwoven.livesite.runtime.page.PageTokenVariableComponent.preRender(PageTokenVariableComponent.java:108) at com.interwoven.livesite.runtime.page.PageTokenContainer.preRender(PageTokenContainer.java:260) at com.interwoven.livesite.runtime.model.page.RuntimePage.transformAndOutput(RuntimePage.java:464) at com.interwoven.livesite.runtime.model.page.RuntimePage.transformAndOutput(RuntimePage.java:444) at com.interwoven.livesite.runtime.rendering.RenderingManager.doOutputPage(RenderingManager.java:1317) at com.interwoven.livesite.runtime.rendering.RenderingManager.renderPageGoal(RenderingManager.java:387) at cli.Interwoven.LiveSite.Runtime.Rendering.DotNetRenderingManager.renderPageGoal(DotNetRenderingManager.cs:66) at com.interwoven.livesite.runtime.rendering.RenderingManager.render(RenderingManager.java:256) at cli.Interwoven.LiveSite.Runtime.Web.Module.LiveSiteRuntimeModule.ProcessRequest(LiveSiteRuntimeModule.cs:88) at cli.System.Web.HttpApplication$SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute(Unknown Source) at cli.System.Web.HttpApplication.ExecuteStep(Unknown Source) at cli.System.Web.HttpApplication$PipelineStepManager.ResumeSteps(Unknown Source) at cli.System.Web.HttpApplication.BeginProcessRequestNotification(Unknown Source) at cli.System.Web.HttpRuntime.ProcessRequestNotificationPrivate(Unknown Source) at cli.System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(Unknown Source) at cli.System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(Unknown Source) at cli.System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(Unknown Source) at cli.System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(Unknown Source) at cli.System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(Unknown Source) at cli.System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(Unknown Source) Caused by: java.lang.NullPointerException at com.interwoven.livesite.external.ExternalCall.execute(ExternalCall.java:143) at com.interwoven.livesite.runtime.model.component.Component.executeExternal(Component.java:426) ... 25 more
******************************************************************
we have made the web.config file update for the external that has been created newly. Kindly help us in rectifying the issue.
Also PFA the componet, dll, CS, logs file of both livesite Runtime and livesite Preview are zipped and attached in the word doc since their file extensions are not supported to attach with the ticket.