This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Description
Hello,
Trying to convert an *.rdf file to spreadsheet format using spdx-tools-2.2.2-jar-with-dependencies.jar
But it is displaying below error:
Command used is this:
java -jar spdx-tools-2.2.2-jar-with-dependencies.jar RdfToSpreadsheet /opt/spdx/output/file1.rdf /opt/spdx/output/file1.xls
ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. Set system property 'log4j2.debug' to show Log4j2 internal initialization logging.
11:43:47.338 [main] ERROR org.spdx.rdfparser.license.ListedLicenses - I/O error opening Json TOC URL, using local TOC file
Connection timed out (Connection timed out)
Connection timed out (Connection timed out)
But no output generated. Takes too long time.
Please help in this.
Thanks