Unable to run SPICE score evaluation

Greetings. I am new to this platform and I’ve made several submissions in the val phase. I can see that all score except SPICE was successful based on “Stdout file”. From the “Stderr file” the following error was logged.

Traceback (most recent call last):
File “/code/scripts/workers/submission_worker.py”, line 538, in run_submission
submission_metadata=submission_serializer.data,
File “/tmp/tmpsj7hsep4/compute/challenge_data/challenge_355/main.py”, line 60, in evaluate
cocoEval.evaluate()
File “/tmp/tmpsj7hsep4/compute/challenge_data/challenge_355/pycocoevalcap/eval.py”, line 67, in evaluate
score, scores = scorer.compute_score(self.gts, self.res)
File “/tmp/tmpsj7hsep4/compute/challenge_data/challenge_355/pycocoevalcap/spice/spice.py”, line 79, in compute_score
cwd=os.path.dirname(os.path.abspath(file)))
File “/usr/local/lib/python3.7/subprocess.py”, line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[‘java’, ‘-jar’, ‘-Xmx8G’, ‘spice-1.0.jar’, ‘/tmp/tmpsj7hsep4/compute/challenge_data/challenge_355/pycocoevalcap/spice/tmp/tmp9n1l8c0o’, ‘-cache’, ‘/tmp/tmpsj7hsep4/compute/challenge_data/challenge_355/pycocoevalcap/spice/cache’, ‘-out’, ‘/tmp/tmpsj7hsep4/compute/challenge_data/challenge_355/pycocoevalcap/spice/tmp/tmpwgu6npvh’, ‘-subset’, ‘-silent’]’ returned non-zero exit status 1.

I am unsure of how to solve this and would appreciate help or instruction.