-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error messages should state version of cwltool being used #172
Comments
@stain I think error message is already showing the version of cwltool being used according to the implementation but it doesn't work. Am i correct ?
|
Correct, the version is still not being shown |
@mr-c:matrix.org and @tetron about issue #172, Over the weekend I was able to reproduce the error and made some efforts to discover why exactly the version doesn't display on error. So first of all I inspected the client side of the code and went further into Workflow controller, workflow service and finally down to the QueuedWorkflow class. So far I think I traced the problem down to QueuedWorkflow class where I found out that the value of the cwltoolVersion is set to an empty string. Although I tried putting in a random value as the version and tried logging out the value of the version when that endpoint is called, but it still returns empty. Although, I just created a toString() method on the QueuedWorkflow class and tried to log out the value of queued when the method below is called |
And I've looked at the database as well and the version of cwl tool is an empty string as well |
Here is a sample of the db schema
So the version exists and has valid value at first but the actual value returned to the db is an empty string |
@oceenachi Are you able to run the application connected to a debugger? |
No I didn't connect to a debugger. I was actually logging out the values at some points |
1 similar comment
No I didn't connect to a debugger. I was actually logging out the values at some points |
@oceenachi I think getting a debugger connected will be vital to making progress on this issue Maybe https://www.jetbrains.com/help/idea/run-and-debug-a-spring-boot-application-using-docker-compose.html or similar will help |
Okay. I'll look at it |
Hi @mr-c I've been having this error trying to create the remote debug config. |
@oceenachi Okay, I've made a new issue about documenting how to debug when using |
Alright I will do that. 💃 |
@mr-c this debugging docs will be restricted to this application right? |
@oceenachi Yes |
Example: https://view.commonwl.org/workflows/github.com/MG-RAST/amplicon/blob/735a989b6923e9207baace2702be4554d70c92d7/CWL/Workflows/tap.euk.workflow.cwl
The text was updated successfully, but these errors were encountered: