Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 AspireException(GroovyStage.script-execution-error):
 com.searchtechnologiesaccenture.aspire.services.AspireException: Error occured while executing the groovy script. (component='/MemoryLane-initial-experiment/ProcessEndecaFiles/SplitEndecaFileAndFeedIndividualDocs', componentFactory='aspire-groovy')
       at com.searchtechnologiesaccenture.aspire.components.GroovyStage.process(GroovyStage.java:146)
       at com.searchtechnologiesaccenture.aspire.framework.JobHandler.runNested(JobHandler.java:106)
       at com.searchtechnologiesaccenture.aspire.framework.JobHandler.run(JobHandler.java:47)
       at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
       at java.lang.Thread.run(Thread.java:619)
 Caused by: groovy.lang.MissingPropertyException: No such property: bh for class: Script1
       at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:49)
       at org.codehaus.groovy.runtime.callsite.PogoGetPropertySite.getProperty(PogoGetPropertySite.java:49)
       at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:241)
       at Script1.run(Script1.groovy:23)
       at com.searchtechnologiesaccenture.aspire.components.GroovyStage.process(GroovyStage.java:142)
       ... 5 more

...