Closed eisele24 closed 1 month ago
Hi again,
I just wanted to follow up on the issue I had posted yesterday that I still have not been able to resolve. I am happy to try any recommendations or suggestions you may have, and just wanted to make sure that my issue submitted above was still going to be addressed.
Thanks so much! Caprice
You issue report is unreadable
Fixed your comment for readability. In the future please put the log text in a code block so that it is formatted correctly
It looks like the tool you used in the process crashed. The Java error is coming not from Nextflow but from the tool which I assume is running on the JVM
Thank you for the advice! I'm not a very experienced coder so I wasn't aware of how to properly submit an issue. I will make sure to format it that way in the future. Do you have any advice for troubleshooting the Java error? or any work arounds for the issue that might be happening?
I would talk to whoever maintains this tool:
/opt/fiji/Fiji.app/ImageJ-linux64 --ij2 --headless --run /opt/fiji/imagej_basic_ashlar.py # ...
Maybe your sysadmin or someone else in your organization. I suspect something is misconfigured in your environment but I really don't know
okay thank you! I will look more into that, glad to know that there doesn't seem to be an issue with how I'm running nextflow otherwise.
Hi all!
I am utilizing nextflow to analyze cyclic IF data beginning with the illumination step. Unfortunately, I am getting the recurring error below. Steps I have taken to try and troubleshoot include installing Java 21, increasing my CPU and memory allotment in docker, trying to force a switch from amd64 to arm64 (since I am operating on a new Mac but admittedly I don't know if I was successful in trying to make that switch), and running the code suggested below to allow core dumps. Any input or suggestions you have to navigate this error would be greatly appreciated!
Caprice