Skip to content

ClientRunner logging of Render ClientScript #162

@martinschorb

Description

@martinschorb

Dear all,

when running a stack upload, I run into

renderapi.errors.ClientScriptError: client_script call ['.../render-ws-java-client/src/main/scripts/run_ws_client.sh', '5G', 'org.janelia.render.client.ImportJsonClient', '--baseDataUrl', '...', '--owner', '...', '--project', '...', '--stack', '...', '.../tmpchicruj0.json'] failed

I 'd like to know where/why the call fails but cannot find any logging. I already set the log level to debug in the parent asap-module call, but there is no additional output regarding the failed client script. That's the last line before the error:

DEBUG:renderapi.client.client_calls:call_run_ws_client -- classname:org.janelia.render.client.ImportJsonClient add_args:['--baseDataUrl', '...', '--owner', '...', '--project', '...', '--stack', '...', '.../tmpchicruj0.json'] client_script:.../render-ws-java-client/src/main/scripts/run_ws_client.sh memGB:5G

Is there simply no output provided by the Render script, is it not forwarded to the Python logger, or is it logged somewhere else and I just haven't found it?
The temporary json file (I assume containing the tile specs) is deleted with the run, so I cannot call the client script directly to see its output.

Can I somehow set up render-python to also log the client script output?

Thanks for your support!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions