-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Executing a workflow according to the example in the JavaDocs no longer seem to work correctly.
The WorkflowsClientImpl.runWorkflow() call results in the following Exception:
Exception in thread "main" GalaxyResponseException{status=500, responseBody={"err_msg": "Uncaught exception in exposed API method:", "err_code": 0}, errorMessage=Uncaught exception in exposed API method:, errorCode=0, traceback=null}
at com.github.jmchilton.blend4j.galaxy.Client.buildResponseException(Client.java:18)
at com.github.jmchilton.blend4j.BaseClient.checkResponse(BaseClient.java:138)
at com.github.jmchilton.blend4j.BaseClient.create(BaseClient.java:47)
at com.github.jmchilton.blend4j.BaseClient.create(BaseClient.java:36)
at com.github.jmchilton.blend4j.BaseClient.create(BaseClient.java:32)
at com.github.jmchilton.blend4j.galaxy.WorkflowsClientImpl.runWorkflowResponse(WorkflowsClientImpl.java:38)
at com.github.jmchilton.blend4j.galaxy.WorkflowsClientImpl.runWorkflow(WorkflowsClientImpl.java:42)
Despite this the workflow does start, but the particular workflow involved here does not complete fully. Some jobs simply fail to run, even though the same workflow runs fine through the GUI or with bioblend (using the same inputs). This could be a separate problem, but first need to get the WorkflowsClientImpl.runWorkflow() call working correctly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels