-
Notifications
You must be signed in to change notification settings - Fork 120
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
Pipeline hangs on: "undefined symbol: JLI_InitArgProcessing" and "task=chip.read_genome_tsv:-1, retry=0, status=WaitingForReturnCode" #225
Comments
What is Java version on your system? Can you re-install Java and try again?
|
@leepc12 please see the java version. I reinstalled java within the pipeline's environment and loaded the 8u112 version with slurm.
I am referencing the java version from within the conda environment. I am not certain which installation the pipeline uses, but I am assuming it will only interact with programs within the vm. The output is unchanged for the pipeline:
|
Please post your |
|
How do you usually submit jobs on SCG? Do you submit it with |
@leepc12 I am running my job with ondemand's job composer dashboard:
|
So Also reduce number of CPUs in the shell script since the master does not require much resources. It requires long time though. Please increase 10h too. I think 2 cpus with 10GB memory are enough for a |
Describe the bug
When running the pipeline on SCG, it consistently hangs on the line that reads "task=chip.read_genome_tsv:-1, retry=0, status=WaitingForReturnCode". I have changed the JDK version to different suggested versions and tried running the pipeline with and without an active server, and I cannot overcome this error.
OS/Platform
Caper configuration file
Paste contents of
~/.caper/default.conf
.Input JSON file
Paste contents of your input JSON file.
Troubleshooting result
If you ran
caper run
without Caper server then Caper automatically runs a troubleshooter for failed workflows. Find troubleshooting result in the bottom of Caper's screen log.If you ran
caper submit
with a running Caper server then first find your workflow ID (1st column) withcaper list
and runcaper debug [WORKFLOW_ID]
.Paste troubleshooting result.
Pipeline Output usual error
Pipeline Output java error
Cromwell log
The text was updated successfully, but these errors were encountered: