I-TASSER standalone errors

This forum is shown on the index page along with all topics.

Moderator: robpearc

harvey@bucknell.edu
Posts: 4
Joined: Tue Mar 19, 2024 6:11 pm

I-TASSER standalone errors

Post by harvey@bucknell.edu »

I have been trying to get I-TASSER standalone working on a Rocky Linux 8 SLURM cluster. I've been able to run the included example with some success, but a few of the threading processes fail with the following errors:

err_MUSTER_example2
::::::::::::::
slurmstepd: error: couldn't chdir to `/tmp/harvey/ITexample2': No such file or directory: going to /tmp instead
slurmstepd: error: couldn't chdir to `/tmp/harvey/ITexample2': No such file or directory: going to /tmp instead
Illegal division by zero at /cm/local/apps/slurm/var/spool/job95404/slurm_script line 599.
::::::::::::::

err_wdPPAS_example2
::::::::::::::
slurmstepd: error: couldn't chdir to `/tmp/harvey/ITexample2': No such file or directory: going to /tmp instead
slurmstepd: error: couldn't chdir to `/tmp/harvey/ITexample2': No such file or directory: going to /tmp instead
Exception in thread "main" java.lang.NumberFormatException: For input string: "-NAN."
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
at java.lang.Float.parseFloat(Float.java:451)
at java.lang.Float.valueOf(Float.java:416)
at c.a(c.java)
at c.main(c.java)
::::::::::::::
err_wMUSTER_example2
::::::::::::::
slurmstepd: error: couldn't chdir to `/tmp/harvey/ITexample2': No such file or directory: going to /tmp instead
slurmstepd: error: couldn't chdir to `/tmp/harvey/ITexample2': No such file or directory: going to /tmp instead
Exception in thread "main" java.lang.NumberFormatException: For input string: "-NAN."
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
at java.lang.Float.parseFloat(Float.java:451)
at java.lang.Float.valueOf(Float.java:416)
at e.a(e.java)
at e.main(e.java)
::::::::::::::


I've seen these errors referenced elsewhere in this forum, but have not seen a solution.

Could anyone provide advice on how to proceed?
harvey@bucknell.edu
Posts: 4
Joined: Tue Mar 19, 2024 6:11 pm

Re: I-TASSER standalone errors

Post by harvey@bucknell.edu »

I believe I have solved the "division by zero" issue by replacing zal* binaries as described in another thread.

I am still, however, seeing the java errors
harvey@bucknell.edu
Posts: 4
Joined: Tue Mar 19, 2024 6:11 pm

***Need developer help*** I-TASSER standalone errors

Post by harvey@bucknell.edu »

Are any devs able to provide insight on my issues?
Alice12
Posts: 2
Joined: Wed Oct 09, 2024 9:26 am

Re: I-TASSER standalone errors

Post by Alice12 »

No response on this yet?
word hurdle
jimmyjane
Posts: 1
Joined: Thu Oct 10, 2024 11:12 am

Re: I-TASSER standalone errors

Post by jimmyjane »

Hi Harvey,

I see you’re having some issues running I-TASSER on your SLURM cluster. First, make sure the directory /tmp/harvey/ITexample2 exists. If it doesn’t, you can create it with the command mkdir -p /tmp/harvey/ITexample2. Also, check that you have write permissions for this directory.

Next, verify that all the necessary environment variables for I-TASSER are set up correctly. Sometimes, the "Illegal division by zero" error can occur due to invalid input values, so it’s worth checking your input files as well. Finally, if you’re encountering the NumberFormatException, it might be due to an incompatible Java version, so ensure you’re using a compatible versionthe innocence test

If you still can’t resolve the issue after trying these steps, feel free to share more details about how you’ve configured and run I-TASSER, and others may be able to assist you better.
emmausa
Posts: 2
Joined: Tue Oct 22, 2024 1:46 am

Re: I-TASSER standalone errors

Post by emmausa »

This issue typically stems from the data being processed or how it's formatted within I-TASSER's Java components. It could be related to specific input data or a configuration issue. slope
Post Reply