Suresh Marru created AIRAVATA-745:
-------------------------------------
Summary: Levenshtein Distance Sample Needs to be updated
Key: AIRAVATA-745
URL: https://issues.apache.org/jira/browse/AIRAVATA-745
Project: Airavata
Issue Type: Bug
Affects Versions: 0.6
Reporter: Suresh Marru
Priority: Minor
Fix For: 0.7
The sample samples/workflows/LevenshteinDistance.xwf throws out the following
error.
org.apache.airavata.client.api.AiravataAPIInvocationException: Error invoking
API
at
org.apache.airavata.client.impl.ExecutionManagerImpl.runExperimentGeneral(ExecutionManagerImpl.java:228)
at
org.apache.airavata.client.impl.ExecutionManagerImpl.runExperiment(ExecutionManagerImpl.java:80)
at
org.apache.airavata.xbaya.ui.experiment.WorkflowInterpreterLaunchWindow$3.run(WorkflowInterpreterLaunchWindow.java:322)
Caused by: org.apache.airavata.workflow.model.component.ComponentException:
could not find definition for type
{http://airavata.apache.org/xbaya/Workflow1/xsd/}intArrayType in
{http://airavata.apache.org/xbaya/Workflow1/}Workflow1
at
org.apache.airavata.workflow.model.component.ws.WSComponent.parseType(WSComponent.java:468)
at
org.apache.airavata.workflow.model.component.ws.WSComponent.parseMessage(WSComponent.java:398)
at
org.apache.airavata.workflow.model.component.ws.WSComponent.parseOperation(WSComponent.java:369)
at
org.apache.airavata.workflow.model.component.ws.WSComponent.parsePortType(WSComponent.java:353)
at
org.apache.airavata.workflow.model.component.ws.WSComponent.parse(WSComponent.java:345)
at
org.apache.airavata.workflow.model.component.ws.WSComponent.<init>(WSComponent.java:132)
at
org.apache.airavata.workflow.model.component.ws.WSComponentFactory.createComponent(WSComponentFactory.java:136)
at
org.apache.airavata.workflow.model.component.ws.WSComponentFactory.createComponent(WSComponentFactory.java:110)
at
org.apache.airavata.workflow.model.wf.Workflow.getInputs(Workflow.java:484)
at
org.apache.airavata.client.impl.ExecutionManagerImpl.getWSComponentPortInputs(ExecutionManagerImpl.java:268)
at
org.apache.airavata.client.impl.ExecutionManagerImpl.runExperimentGeneral(ExecutionManagerImpl.java:185)
... 2 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira