ollsigner - Cannot access OLL file / tables in OLL file

Hi,

I'm trying to sign an oll using the ollsigner tool provided, but I am getting the following error with the command:

Command:

java -jar ollsigner-1.3.0.jar -keystore my/store.pk12 -storepass my_pass -keypass mykeypass hotspots.oll HOTSPOTS

and the error i'm getting is:

Processing File 'file.oll'
Cannot access OLL file / tables in OLL File
SignResult [ollFilePath=hotspots.oll, status=ERROR, error=com.opentext.oscript.oll.OLLException: Failed to sign tables.

In the ollsigner.log I get the following:

2024-12-20 11:48:06 DEBUG main ProcessorFactory:28 - Create new file processor.
2024-12-20 11:48:06 INFO main OLLFileProcessor:127 - OLLSigner - create digital signature for 'hotspots.oll'.
2024-12-20 11:48:06 DEBUG main OLLFileProcessor:47 - Create processor job.
2024-12-20 11:48:06 DEBUG main OLLFileProcessor:67 - Starting job executor.
2024-12-20 11:48:06 DEBUG main OLLFileProcessor:51 - Waiting for job results.
2024-12-20 11:48:06 INFO pool-2-thread-1 SignJob:33 - Processing file 'hotspots.oll'
2024-12-20 11:48:07 DEBUG pool-2-thread-1 OLLFile:91 - OLLFile 'hotspots.oll' : connection established.
2024-12-20 11:48:07 DEBUG pool-2-thread-1 OLLFile:122 - Found OSpace table: 'aliases'
2024-12-20 11:48:07 DEBUG pool-2-thread-1 OLLFile:122 - Found OSpace table: 'certificates'
2024-12-20 11:48:07 DEBUG pool-2-thread-1 OLLFile:122 - Found OSpace table: 'dependencies'
2024-12-20 11:48:07 DEBUG pool-2-thread-1 OLLFile:122 - Found OSpace table: 'features'
2024-12-20 11:48:07 DEBUG pool-2-thread-1 OLLFile:122 - Found OSpace table: 'manifest'
2024-12-20 11:48:07 DEBUG pool-2-thread-1 OLLFile:122 - Found OSpace table: 'objects'
2024-12-20 11:48:07 DEBUG pool-2-thread-1 OLLFile:122 - Found OSpace table: 'ospaces'
2024-12-20 11:48:07 DEBUG pool-2-thread-1 OLLFile:122 - Found OSpace table: 'scripts'
2024-12-20 11:48:07 DEBUG pool-2-thread-1 OLLFile:122 - Found OSpace table: 'typedigests'
2024-12-20 11:48:07 DEBUG pool-2-thread-1 Signer:273 - Computing digest data for table 'typedigests' using algorithm 'SHA-256'
2024-12-20 11:48:07 DEBUG pool-2-thread-1 AbstractProcessor:43 - Computing digest of table 'typedigests'
2024-12-20 11:48:07 DEBUG pool-2-thread-1 OLLFile:400 - OLLFile 'hotspots.oll' : connection closed.
2024-12-20 11:48:07 ERROR pool-2-thread-1 Signer:119 - Cannot access OLL file / tables in OLL file.

And advice on where I might be going wrong?

Answers